Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ActionType

Each type corresponds with a console method

Index

Enumeration members

Type aliases

Enumeration members

Clear

Clear: = "clear"

Error

Error: = "error"

Info

Info: = "info"

Log

Log: = "log"

Warn

Warn: = "warn"

Type aliases

WithData

WithData: Log | Info | Error | Warn

Corresponding method takes arguments and adds them to database along with the type

WithoutData

WithoutData: Clear

Corresponding method takes no arguments

Generated using TypeDoc