Get an event emitter which will emit the event before the button model is changed.
Get an event emitter which will emit the event before the dialog's error is changed.
Get an event emitter which will emit the event before the dialog's result is changed.
Get an event emitter which will emit the event when the button model is changed.
Get button models (ButtonModel) to be rendered in the dialog.
Get dialog's error which will be rejected by the Promise returned from PhloxDialog.show...Dialog.
Get dialog's result which will be resolved by the Promise returned from PhloxDialog.show...Dialog.
Get an event emitter which will emit the event when the dialog's error is changed.
any.
Get an event emitter which will emit the event when the dialog's result is changed.
Hide this child-view dialog. This method should be called by PhloxDialog only.
To check that this child-view dialog is being showed or not. This method should be called by PhloxDialog only.
any
Show this child-view dialog. This method should be called by PhloxDialog only.
Generated using TypeDoc
An interface of child component class of PhloxDialog component. This interface is intended to be used internally by the framework. Hence, you should NOT use or implement this interface. If you want to implement a custom dialog, please use
component dialog(see PhloxDialog.showComponentDialog for more details).shiorin, tee4cute
PhloxDialog