Options
All
  • Public
  • Public/Protected
  • All
Menu

@lumino/datagrid - v0.36.9

Index

Type aliases

CellDataType

CellDataType: "string" | "number" | "integer" | "boolean" | "date" | "string:option" | "number:option" | "integer:option" | "date:option" | "string:dynamic-option" | "number:dynamic-option" | "integer:dynamic-option" | "date:dynamic-option"

ConfigFunc

ConfigFunc<T>: function

A type alias for a cell editor config function.

This type is used to compute a value from a cell config object.

Type parameters

  • T

Type declaration

ConfigOption

ConfigOption<T>: T | ConfigFunc<T>

A type alias for a cell editor config option.

A config option can be a static value or a config function.

Type parameters

  • T

EditorOverrideIdentifier

EditorOverrideIdentifier: CellDataType | Metadata | "default"

A type alias for cell editor override identifier.

ResizeHandle

ResizeHandle: "top" | "left" | "right" | "bottom" | "none" | "hyperlink"

A type alias for the resize handle types.

Resolver

Resolver: ConfigFunc<ICellEditor | undefined>

A type alias for a cell editor resolver function.

Functions

resolveOption

Generated using TypeDoc