docs(menu-toggle): default behaviour docs

fixes #15042
This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 20:23:23 +02:00
parent 2c191d76d3
commit 4e565926cd
10 changed files with 73 additions and 32 deletions

View File

@ -30,6 +30,9 @@ export class PickerColumnCmp {
@Prop() col!: PickerColumn;
/**
* Emitted when the selected option has changed.
*/
@Event() ionChange!: EventEmitter<void>;
componentWillLoad() {

View File

@ -19,6 +19,13 @@ PickerColumn
## Events
#### ionChange
Emitted when the selected option has changed.
----------------------------------------------