docs(): add missing property docs

This commit is contained in:
mhartington
2018-06-18 15:23:26 -04:00
parent 79ebbd0cba
commit 503636ada8
8 changed files with 33 additions and 27 deletions

View File

@ -32,6 +32,8 @@ export class Loading implements OverlayInterface {
@Prop({ connect: 'ion-animation-controller' }) animationCtrl!: HTMLIonAnimationControllerElement;
@Prop({ context: 'config' }) config!: Config;
@Prop() overlayId!: number;
/** If true, the loading will blur any inputs and hide the keyboard */
@Prop() keyboardClose = true;
/**