Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Echo

Print to screen

- Echo: Hello world
- Echo: Inspect ${obj}
- Echo:
    title: Debug object
    msg: ${obj}

Hierarchy

  • Tag
    • Echo

Index

Constructors

constructor

  • Parameters

    • attrs: string | Echo

    Returns Echo

Properties

async

async: boolean

Run async

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

msg

msg: any

Message or data

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