Skip to main content

Interface: StateProperties

Defined in: shared/types/componentProps.ts:101

Component state properties.

Remarksโ€‹

These props represent common state indicators that components may need to display visually.

Extended byโ€‹

Propertiesโ€‹

active?โ€‹

readonly optional active: boolean

Defined in: shared/types/componentProps.ts:103

Whether the component is in an active state


loading?โ€‹

readonly optional loading: boolean

Defined in: shared/types/componentProps.ts:105

Whether the component is in a loading state


selected?โ€‹

readonly optional selected: boolean

Defined in: shared/types/componentProps.ts:107

Whether the component is selected