VisibilityMode
Home > @gooddata/sdk-ui-filters > VisibilityMode
VisibilityMode type
Represents the visibility mode of a filter.
Signature:
export type VisibilityMode = "readonly" | "hidden" | "active";
Remarks
The visibility mode can have one of the following values: - "active": The filter is in its default visible state. - "hidden": The filter is intentionally hidden and not displayed. - "readonly": The filter is locked in its current state and cannot be modified.