feat:Image add imageFilePath
This commit is contained in:
4
doric-js/index.d.ts
vendored
4
doric-js/index.d.ts
vendored
@@ -528,6 +528,10 @@ declare module 'doric/lib/src/widget/image' {
|
||||
}
|
||||
export class Image extends View {
|
||||
imageUrl?: string;
|
||||
/**
|
||||
* Read image from local file system.
|
||||
*/
|
||||
imageFilePath?: string;
|
||||
/**
|
||||
* Read image from local path
|
||||
* For android,it based on assets dir.
|
||||
|
||||
Reference in New Issue
Block a user