Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.73 KB

scribing.imagesource.md

File metadata and controls

24 lines (15 loc) · 1.73 KB

Home > scribing > ImageSource

ImageSource class

Represents the source of a FlowImage

Signature:

/** @sealed */
export declare class ImageSource extends ImageSourceBase implements Readonly<ImageSourceProps> 

Extends: ImageSourceBase

Implements: Readonly<ImageSourceProps>

Properties

Property Modifiers Type Description
classType

static

readonly

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