Skip to main content
Version: Latest(3.11)

SetterOption 设置器枚举选项

1. 结构声明

class SetterOption extends BaseNode {
value: string;
title: string;
icon?: string;
tooltip?: string;
tsIf?: TSExpression<'(target: T) => boolean'>;
tsDisabledIf?: TSExpression<'(target: T) => boolean'>;
}