Skip to content

@sqlrooms/cells / CreateCellArgs

Type Alias: CreateCellArgs ​

CreateCellArgs = object

Properties ​

id ​

id: string


get ​

get: () => CellsRootState

Returns ​

CellsRootState


set ​

set: (updater) => void

Parameters ​

ParameterType
updater(state) => CellsRootState

Returns ​

void