Options
All
  • Public
  • Public/Protected
  • All
Menu

Variable can be used inside of strings using ${variableName} syntax.

Hierarchy

  • Variable

Index

Properties

Methods

Properties

Optional Readonly description

description: string

A human-readable description of this variable.

Readonly name

name: string

A unique name of this variable.

Methods

resolve

  • resolve(context?: default, argument?: string, configurationSection?: string): MaybePromise<undefined | Object>
  • Resolve to a string value of this variable or undefined if variable cannot be resolved. Never reject.

    Parameters

    • Optional context: default
    • Optional argument: string
    • Optional configurationSection: string

    Returns MaybePromise<undefined | Object>