docs(): update angular usage

This commit is contained in:
mhartington
2018-05-17 16:17:37 -04:00
parent e6638e7922
commit 1b4a94dc17
10 changed files with 116 additions and 71 deletions

View File

@ -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;
/**