@minecraft
    正在准备搜索索引...

    接口 ObservableOptions预览版

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

    interface ObservableOptions {
        clientWritable: boolean;
    }
    索引

    属性

    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.