UseStateActionsParams
Interface: UseStateActionsParams
Defined in: apps/builder-web/src/state/stateActions.ts:6
Properties
project
project:
ProjectState|null
Defined in: apps/builder-web/src/state/stateActions.ts:7
pushHistorySnapshot()
pushHistorySnapshot: () =>
void
Defined in: apps/builder-web/src/state/stateActions.ts:9
Returns
void
setProject
setProject:
Dispatch<SetStateAction<ProjectState|null>>
Defined in: apps/builder-web/src/state/stateActions.ts:8