@univerjs/design v0.5.0-beta.1 • Docs
Interface: ICascaderListProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
onChange | (value : string []) => void | The callback function that is triggered when the value is changed | submodules/univer/packages/design/src/components/cascader-list/CascaderList.tsx:46 |
options? | IOption [] | The options of select Default [] | submodules/univer/packages/design/src/components/cascader-list/CascaderList.tsx:41 |
value | string [] | The value of select | submodules/univer/packages/design/src/components/cascader-list/CascaderList.tsx:35 |