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

    Interface ObservableOptionsBeta

    Configuration options for creating an Observable. Controls how the observable value can be accessed and modified.

    interface ObservableOptions {
        clientWritable: boolean;
    }
    Index

    Properties

    Properties

    clientWritable: boolean

    When true, allows the client to write to this observable's value directly, enabling two-way data binding between the UI and the observable.