Skip to content

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[] | null
NameTypeDescription
fieldstringThe column field key (may be a dotted path like a.b.c).