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

    Interface TextOptionsBeta

    Options for configuring a text component (label or header).

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

    Properties

    Properties

    visible?: boolean | ObservableBoolean

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