Skip to main content

UseComponentActionsParams

@lowcode/builder-web


Interface: UseComponentActionsParams

Defined in: apps/builder-web/src/state/componentActions.ts:21

Properties

activeBlockId?

optional activeBlockId: 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?

optional isEditingBlocks: boolean

Defined in: apps/builder-web/src/state/componentActions.ts:25


isEditingShell?

optional isEditingShell: 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