ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ActionProperties

ActionProperties interface

Properties of a deserialized action plugin, curried with a payload argument holding the API of the target widget.

Signature:

export interface ActionProperties 

Remarks

See the action plugin for more details.

Properties

PropertyTypeDescription
captionstring | null | undefined
execute() => Promise<ActionResult>
IconReact.ComponentType<{
style?: React.CSSProperties;
}>
isDisabledboolean
keystring | undefined
  • ActionProperties interface
  • Remarks
  • Properties
Copyright © 2023 ActiveViam