mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(): update angular usage
This commit is contained in:
@ -30,7 +30,15 @@ export class ActionSheet implements OverlayInterface {
|
||||
|
||||
@Prop({ connect: 'ion-animation-controller' }) animationCtrl!: HTMLIonAnimationControllerElement;
|
||||
@Prop({ context: 'config' }) config!: Config;
|
||||
|
||||
/**
|
||||
* Unique ID to be used with the overlay. Internal only
|
||||
*/
|
||||
@Prop() overlayId!: number;
|
||||
|
||||
/**
|
||||
* If the actionSheet should close the keyboard
|
||||
*/
|
||||
@Prop() keyboardClose = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user