Options
All
  • Public
  • Public/Protected
  • All
Menu

Module pods/generate/variables/Variables

Index

Variables

Const TEMPLATE

TEMPLATE: { namespace: TValue } & Record<"ResourceStore", string> & { terms: Namespace<typeof localNames, NamedNode> } = ...

Const TEMPLATE_VARIABLE

TEMPLATE_VARIABLE: { namespace: TValue } & Record<"baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig", string> & { terms: Namespace<typeof localNames, NamedNode> } = ...

Functions

isValidVariable

  • isValidVariable(variable: string): boolean
  • Checks if the given variable is one that is supported. This can be used to weed out irrelevant parameters in an object.

    Parameters

    • variable: string

    Returns boolean