Constructors
constructor
- new ImageSource(source?): ImageSource
Parameters
Optional source: DeepPartial<ImageSource>
Properties
filePath
filePath: null | string
Methods
serialize
- serialize(config?): {
filePath?: null | string;
type?: ImageSourceType;
serialize?(config?): { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
} Returns {
filePath?: null | string;
type?: ImageSourceType;
serialize?(config?): { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
}
Optional filePath?: null | string
serialize?:function
- serialize(config?): { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
Returns { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
Description of source from which the ImageRef was created.