Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Schema

Print schema of data

- Vars:
    obj: {
      name: "test",
      age: 123
    }

- Schema: ${obj}

Hierarchy

  • Tag
    • Schema

Index

Constructors

constructor

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

    • attrs: any

    Returns Schema

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