GridDataAttr
Since v0.1.1
Data attribute names used on grid elements. Use these when getting/setting data attributes.
Union of all data-* attribute names used on grid elements.
Use GridDataAttrs to access individual values by key.
type GridDataAttr = typeof GridDataAttrs[keyof typeof GridDataAttrs]Runtime Values
Section titled “Runtime Values”Use GridDataAttrs to reference these values from runtime code:
const GridDataAttrs = { FIELD: 'data-field', GROUP_KEY: 'data-group-key',} as const;| Key | Value |
|---|---|
FIELD | 'data-field' |
GROUP_KEY | 'data-group-key' |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt