mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
Merge branch 'main' into chore-update-next-from-main
This commit is contained in:
@ -109,8 +109,9 @@ export class Toggle implements ComponentInterface {
|
||||
@Prop() alignment: 'start' | 'center' = 'center';
|
||||
|
||||
/**
|
||||
* Emitted when the user switches the toggle on or off. Does not emit
|
||||
* when programmatically changing the value of the `checked` property.
|
||||
* Emitted when the user switches the toggle on or off.
|
||||
*
|
||||
* This event will not emit when programmatically setting the `checked` property.
|
||||
*/
|
||||
@Event() ionChange!: EventEmitter<ToggleChangeEventDetail>;
|
||||
|
||||
|
Reference in New Issue
Block a user