Module pods/generate/variables/Variables
Variables
Const TEMPLATE
TEMPLATE
: { namespace
: string } & RecordOf<"ResourceStore"[], string> & { terms
: Namespace<"ResourceStore"[], NamedNode<string>> } = ...
Const TEMPLATE_VARIABLE
TEMPLATE_
VARIABLE: { namespace: string } & RecordOf<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], string> & { terms: Namespace<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], NamedNode<string>> } = ...
Functions
isValidVariable
- isValidVariable(variable: string): boolean
-
Parameters
Returns boolean
Checks if the given variable is one that is supported. This can be used to weed out irrelevant parameters in an object.