Package | feathers.controls.popups |
Interface | public interface IPopUpContentManagerWithPrompt extends IPopUpContentManager, IFeathersEventDispatcher |
Implementors | BottomDrawerPopUpContentManager |
Product Version : | Feathers 2.3.0 |
IPopUpContentManager
that has a prompt that may
be customized by the parent component.
Property | Defined By | ||
---|---|---|---|
isOpen : Boolean [read-only]
Indicates if the pop-up content is open or not. | IPopUpContentManager | ||
prompt : String
Some descriptive text to display with the pop-up. | IPopUpContentManagerWithPrompt |