Skip to main content

UsePageActionsParams

@lowcode/builder-web


Interface: UsePageActionsParams

Defined in: apps/builder-web/src/state/pageActions.ts:5

Properties

isEditingShell?

optional isEditingShell: boolean

Defined in: apps/builder-web/src/state/pageActions.ts:12


project

project: ProjectState | null

Defined in: apps/builder-web/src/state/pageActions.ts:6


pushHistorySnapshot()

pushHistorySnapshot: () => void

Defined in: apps/builder-web/src/state/pageActions.ts:8

Returns

void


setActivePageId

setActivePageId: Dispatch<SetStateAction<string | null>>

Defined in: apps/builder-web/src/state/pageActions.ts:9


setErrorNodeIds

setErrorNodeIds: Dispatch<SetStateAction<string[]>>

Defined in: apps/builder-web/src/state/pageActions.ts:11


setProject

setProject: Dispatch<SetStateAction<ProjectState | null>>

Defined in: apps/builder-web/src/state/pageActions.ts:7


setSelectedNodeId

setSelectedNodeId: Dispatch<SetStateAction<string | undefined>>

Defined in: apps/builder-web/src/state/pageActions.ts:10