Type alias TDim

TDim: {
    height: number;
    width: number;
}

Type declaration

  • height: number

    Description

    The height dimension in pixels.

  • width: number

    Description

    The width dimension in pixels.

Description

Represents dimensions with width and height. This type is used to define the size of elements in terms of their width and height, measured in pixels.

Generated using TypeDoc