EditorParams
Since v1.0.0
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://toolboxjs.com/llms-full.txt