parseFieldPath
Since v3.3.0
Parse a column field into path segments, or null when it is a plain
top-level key (contains no .). Dotted results are memoized.
function parseFieldPath(field: string): readonly string[] | nullParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
field | string | The column field key (may be a dotted path like a.b.c). |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt