Skip to main content
Version: 3.10

SetterOption 设置器枚举选项

1. 结构声明

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