Home > scribing > ImageSource
Represents the source of a FlowImage
Signature:
/** @sealed */
export declare class ImageSource extends ImageSourceBase implements Readonly<ImageSourceProps>
Extends: ImageSourceBase
Implements: Readonly<ImageSourceProps>
Property | Modifiers | Type | Description |
---|---|---|---|
classType |
|
import("paratype").Type<import("paratype").RecordObject<Omit<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload"> & Partial<Pick<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload">>, Omit<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload"> & Partial<Pick<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload">>> & import("paratype").Equatable & Readonly<Omit<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload"> & Partial<Pick<{ url: string; width: number; height: number; placeholder: string; upload: string; }, "placeholder" | "upload">>> & ImageSource> | The run-time type that represents this class |