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

    Interface ObservableOptionsBeta

    An interface passed into Observable.create.

    interface ObservableOptions {
        clientWritable?: boolean;
    }
    Index

    Properties

    Properties

    clientWritable?: boolean

    If set to true, the client can update this value. This should be used for things like dropdown values, toggles, textfields, etc. If unset or false, the client cannot write to this observable.