Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReactActionProps<DataType>

Type parameters

  • DataType = any

Hierarchy

  • IReactActionProps

Index

Properties

addPiece

addPiece: (piece: IPieceItem<DataType>) => void

Dynamically add piece

Type declaration

attachComponent

attachComponent: (type: PieceType, component: IComponent) => void

Dynamically add component to support piece type

Type declaration

removePiece

removePiece: (pieceId: string) => void

Dynamically remove piece

Type declaration

    • (pieceId: string): void
    • Parameters

      • pieceId: string

      Returns void

Generated using TypeDoc