Skip to content

EditorParams

Union type of all editor parameter configurations.

Built-in editors use specific param shapes (NumberEditorParams, TextEditorParams, etc.). Custom editors can use any Record<string, unknown> for their params.

The applicable shape depends on the column type and editor.

type EditorParams = NumberEditorParams | TextEditorParams | DateEditorParams | SelectEditorParams | Record<string, unknown>
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt