mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 12:23:08 +08:00
docs: added reverseArrow documentation. (#6888)
This commit is contained in:
parent
72ac2c914f
commit
639e60af45
@ -88,6 +88,7 @@ Property | Description | Type | Default
|
|||||||
-----|-----|-----|------
|
-----|-----|-----|------
|
||||||
collapsible | whether can be collapsed | boolean | false
|
collapsible | whether can be collapsed | boolean | false
|
||||||
defaultCollapsed | to set the initial status | boolean | false |
|
defaultCollapsed | to set the initial status | boolean | false |
|
||||||
|
reverseArrow | reverse direction of arrow, for a sider that expands from the right | boolean | false |
|
||||||
collapsed | to set the current status | boolean | -
|
collapsed | to set the current status | boolean | -
|
||||||
onCollapse | the callback function, can be executed by clicking the trigger or activating the responsive layout | (collapsed, type) => {} | -
|
onCollapse | the callback function, can be executed by clicking the trigger or activating the responsive layout | (collapsed, type) => {} | -
|
||||||
trigger | specify the customized trigger, set to null to hide the trigger | string\|ReactNode| - |
|
trigger | specify the customized trigger, set to null to hide the trigger | string\|ReactNode| - |
|
||||||
|
Loading…
Reference in New Issue
Block a user