flexlayout-react
    Preparing search index...

    Class GroupAction

    A batch of actions that the model applies together between a single onBeforeAction / onAfterAction listener pair. Create with Actions.group. The data field holds the contained actions, so an action log can show the batch as a json array of the individual actions.

    Hierarchy (View Summary)

    Index
    actions: Action[]

    the actions to perform, in order

    adjusting: boolean
    data: Record<string, any>
    type: string
    • serializes the action for display/logging as a plain {type, data} object

      Returns { data: Record<string, any>; type: string }