Interface BCFVisibilityComponent

BCF visibility component.

interface BCFVisibilityComponent {
    default_visibility: boolean;
    exceptions: BCFComponent[];
    view_setup_hints: BCFViewSetupHints;
}

Properties

default_visibility: boolean

If true: Shows all components, and hides the exceptions. If false: Hide all components and show exceptions.

exceptions: BCFComponent[]

Components to show/hide determined by default_visibility.

view_setup_hints: BCFViewSetupHints

View setup hints.