For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Function: variableNamesFromSchema()

function variableNamesFromSchema(schema): string[];

The declared variable names, in declaration order. These key the name $in [...] filter.

Guards against non-schema inputs (e.g. a JS caller, or an any cast) so the failure is a clear, actionable error rather than an opaque Cannot read properties of undefined deep in paging.

Parameters

schema

AnyVariableSchema

Returns

string[]