BoardProps interface
分组面板:带标题的可折叠/分组容器
Signature
typescript
interface BoardProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Background color. Accepts any CSS color value | ||
any | (Optional) Panel content child nodes | ||
() => void | (Optional) 点击面板时触发 | ||
number[] | (Optional) Padding (CSS shorthand array) | ||
string | Title text ( required) |