Home > @activeviam/activeui-sdk > PopupImplementationProperties
PopupImplementationProperties interface
Create a popup, to be used in the UI.
Signature:
export interface PopupImplementationProperties
Properties
Property | Type | Description |
---|---|---|
_parameters | PopupParameters<any> | |
additionalBindings | () => { binding: BindingWrapper; name: string; }[] | |
multiBindingInit | (multiBinding: MultiBinding, parameters: any, activeUI: ActiveUI) => void | |
render | (multiBinding: MultiBinding, defaultClosePopup: ClosePopup) => React.ReactElement<any> |