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:62


None

None = 2

The feature or component should not appear not take up space

Defined in

profectus/src/features/feature.ts:64


Visible

Visible = 0

The feature or component should be visible

Defined in

profectus/src/features/feature.ts:60