UseComponentActionsParams
Interface: UseComponentActionsParams
Defined in: apps/builder-web/src/state/componentActions.ts:21
Properties
activeBlockId?
optionalactiveBlockId:string|null
Defined in: apps/builder-web/src/state/componentActions.ts:26
activePage
activePage:
PageSchema|null
Defined in: apps/builder-web/src/state/componentActions.ts:23
isEditingBlocks?
optionalisEditingBlocks:boolean
Defined in: apps/builder-web/src/state/componentActions.ts:25
isEditingShell?
optionalisEditingShell:boolean
Defined in: apps/builder-web/src/state/componentActions.ts:24
project
project:
ProjectState|null
Defined in: apps/builder-web/src/state/componentActions.ts:22
pushHistorySnapshot()
pushHistorySnapshot: () =>
void
Defined in: apps/builder-web/src/state/componentActions.ts:31
Returns
void
selectedNodeId
selectedNodeId:
string|undefined
Defined in: apps/builder-web/src/state/componentActions.ts:27
setErrorNodeIds
setErrorNodeIds:
Dispatch<SetStateAction<string[]>>
Defined in: apps/builder-web/src/state/componentActions.ts:30
setProject
setProject:
Dispatch<SetStateAction<ProjectState|null>>
Defined in: apps/builder-web/src/state/componentActions.ts:28
setSelectedNodeId
setSelectedNodeId:
Dispatch<SetStateAction<string|undefined>>
Defined in: apps/builder-web/src/state/componentActions.ts:29