mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
docs(components): running validate built some docs
This commit is contained in:
@ -56,6 +56,8 @@ Animation to use when the picker is presented.
|
||||
|
||||
boolean
|
||||
|
||||
If the keyboard should be able to close the picker. Defaults to true.
|
||||
|
||||
|
||||
#### leaveAnimation
|
||||
|
||||
@ -132,6 +134,8 @@ Animation to use when the picker is presented.
|
||||
|
||||
boolean
|
||||
|
||||
If the keyboard should be able to close the picker. Defaults to true.
|
||||
|
||||
|
||||
#### leave-animation
|
||||
|
||||
@ -195,9 +199,13 @@ Emitted before the picker has presented.
|
||||
|
||||
#### addButton()
|
||||
|
||||
Add a new PickerButton to the picker
|
||||
|
||||
|
||||
#### addColumn()
|
||||
|
||||
Add a new PickerColumn to the picker
|
||||
|
||||
|
||||
#### dismiss()
|
||||
|
||||
@ -206,9 +214,13 @@ Dismiss the picker overlay after it has been presented.
|
||||
|
||||
#### getColumn()
|
||||
|
||||
Returns the column the matches the specified name
|
||||
|
||||
|
||||
#### getColumns()
|
||||
|
||||
Returns all the PickerColumns
|
||||
|
||||
|
||||
#### onDidDismiss()
|
||||
|
||||
|
Reference in New Issue
Block a user