Skip to content
On this page

Enumeration: Visibility

features/feature.Visibility

Enum for what the visibility of a feature or component should be

Enumeration Members

Hidden

Hidden = 1

The feature or component should not appear but still take up space

Defined in

profectus/src/features/feature.ts:65


None

None = 2

The feature or component should not appear not take up space

Defined in

profectus/src/features/feature.ts:67


Visible

Visible = 0

The feature or component should be visible

Defined in

profectus/src/features/feature.ts:63