Skip to content

@sqlrooms/notebook / InputCell

Type Alias: InputCell

InputCell = object

Type Declaration

NameTypeDefault value
idstring-
type"input"-
data{ title: string; input: { kind: "text"; varName: string; value: string; } | { kind: "slider"; varName: string; min: number; max: number; step: number; value: number; } | { kind: "dropdown"; varName: string; options: string[]; value: string; }; }InputCellData