mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(): usage and examples
This commit is contained in:
@ -34,7 +34,11 @@ export class Toast implements OverlayInterface {
|
||||
|
||||
@Prop({ connect: 'ion-animation-controller' }) animationCtrl!: HTMLIonAnimationControllerElement;
|
||||
@Prop({ context: 'config' }) config!: Config;
|
||||
|
||||
/** @hidden */
|
||||
@Prop() overlayId!: number;
|
||||
|
||||
/** @hidden */
|
||||
@Prop() keyboardClose = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user