interface ActionEventErrorData {
    actionIds: string[];
    event: ActionEditorEvent;
}

Properties

Properties

actionIds: string[]