Skip to main content

Interface: StateProperties

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

Component state properties.

Remarksโ€‹

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

Hierarchyโ€‹

View Summary

Extended byโ€‹

Propertiesโ€‹

active?โ€‹

readonly optional active?: boolean;

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

Whether the component is in an active state


loading?โ€‹

readonly optional loading?: boolean;

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

Whether the component is in a loading state


selected?โ€‹

readonly optional selected?: boolean;

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

Whether the component is selected