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

    接口 ButtonOptions实验性

    The options for including a button in CustomForm.

    interface ButtonOptions {
        disabled?: boolean | Observable<boolean>;
        tooltip?: string | Observable<string> | UIRawMessage;
        visible?: boolean | Observable<boolean>;
    }
    索引

    属性

    disabled?: boolean | Observable<boolean>

    Whether or not this button is disabled.

    tooltip?: string | Observable<string> | UIRawMessage

    The tooltip for this button, shown when hovering the button.

    visible?: boolean | Observable<boolean>

    Whether or not this button is visible.