Hierarchy

  • FileMetadataImage

Properties

Properties

null: {
    height?: null | number;
    width?: null | number;
}

Type declaration

  • Optional height?: null | number

    The image's height in pixels.

  • Optional width?: null | number

    The image's width in pixels.

type: "IMAGE"