Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Vars

Create new global variables

- Vars:
    user1: foo
    user2: bar

- Echo: Hello ${user1}, ${user2}

Hierarchy

  • Tag
    • Vars

Indexable

[key: string]: any

Create new global variables

- Vars:
    user1: foo
    user2: bar

- Echo: Hello ${user1}, ${user2}

Index

Constructors

constructor

  • new Vars(attrs: any): Vars
  • Parameters

    • attrs: any

    Returns Vars

Properties

async

async: boolean

Run async

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

slient

slient: boolean

Not show log

testIt

testIt: boolean

Only allow run it then ignore others which not set testIt or set it to false

title

title: string

Step title

vars

vars: any

Declare global variable