Script API - v1.26.30.28
    Preparing search index...

    Interface DividerOptionsBeta

    Options for configuring a divider component in a CustomForm.

    interface DividerOptions {
        visible?: boolean | ObservableBoolean;
    }
    Index

    Properties

    Properties

    visible?: boolean | ObservableBoolean

    When false or bound to a false ObservableBoolean, the divider is hidden.