UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

7 lines (6 loc) 212 B
import { IPublicEnumPropValueChangedType } from '../enum'; export interface IPublicTypeSetValueOptions { disableMutator?: boolean; type?: IPublicEnumPropValueChangedType; fromSetHotValue?: boolean; }