ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > PopupWidgetBuilder

PopupWidgetBuilder interface

The PopupBuilder

Signature:

export interface PopupWidgetBuilder 

Properties

PropertyTypeDescription
anchoredFrom(e: React.SyntheticEvent, asPercentage?: boolean) => PopupWidgetBuilderSet where the popup position should be anchored from. The position is extracted from the mouse event, meant to be used by the popup to render
create() => (() => void) | undefinedCreate the popup. Return a function to close the popup
inBinding(bindingName: string) => PopupWidgetBuilderprivate
withDeserializedParameters(parameters: {}) => PopupWidgetBuilderThe Popup parameters, deserialized, to pass to the popup factory.
withKey(key: string) => PopupWidgetBuilderThe Popup plugin key.
withParameters(parameters: {}) => PopupWidgetBuilderThe Popup parameters, already serialized, to pass to the popup factory.
  • PopupWidgetBuilder interface
  • Properties
Copyright © 2019 ActiveViam