mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(): add missing property docs
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user