Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConsoleItem

Hierarchy

Implemented by

Index

Properties

Methods

Properties

Optional Readonly id

id: string | number

default: parent id + position among siblings

Optional Readonly severity

severity: Ignore | Error | Warning | Info | Log

Optional Readonly visible

visible: boolean

default: true

Methods

Optional open

  • open(): any
  • Returns any

render

  • render(): ReactNode
  • Returns ReactNode