Description of source from which the ImageRef was created.

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?(config?): { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • 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.

    • serialize?:function
      • Parameters

        Returns { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }