Skip to main content

Enumeration: ComponentSize

component.ComponentSize

Enumeration for component size.

readonly

description May be used by a component to allow for resizing of the UI elements rendered by the component.

Enumeration members#

Automatic#

• Automatic = 0

Automatic size. The size of the elements will automatically change at a predefined threshold.

Defined in#

component/util/ComponentSize.ts:13


Large#

• Large = 1

Large size. The size of the elements will be fixed until another component size is configured.

Defined in#

component/util/ComponentSize.ts:19


Small#

• Small = 2

Small size. The size of the elements will be fixed until another component size is configured.

Defined in#

component/util/ComponentSize.ts:25