Interface VarDeclaration

Hierarchy

  • VarDeclaration

Properties

Properties

condition?: (() => unknown)

Type declaration

    • (): unknown
    • Condition on the variable; if it evaluates to false, this should be ignored.

      Returns unknown

name: string

Name of the variable to set.

value: (() => unknown)

Type declaration

    • (): unknown
    • Evaluates to the value to set. This should be of type Settable, but because it's author-defined, we don't know for sure.

      Returns unknown

Generated using TypeDoc