Description of source from which the ImageRef was created.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

filePath: null | string

File from which the ImageRef was created. Non-null only if the image ref was created from file.

Source type from which the ImageRef was created.

Methods

  • Parameters

    Returns {
        filePath?: null | string;
        type?: ImageSourceType;
        serialize?: any;
    }

    • Optional filePath?: null | string

      File from which the ImageRef was created. Non-null only if the image ref was created from file.

    • Optional type?: ImageSourceType

      Source type from which the ImageRef was created.