Configuration of the finder's aspect ratio.

Hierarchy

  • PartiallyConstructible
    • AspectRatio

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<AspectRatio>

    Returns AspectRatio

Properties

height: number

Height component of the aspect ratio.

Default Value

1.0;
width: number

Width component of the aspect ratio.

Default Value

1.0;

Generated using TypeDoc