Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • new Json(data: any, props?: { description?: string; label: string }): Json
  • Parameters

    • data: any
    • Optional props: { description?: string; label: string }
      • Optional description?: string
      • label: string

    Returns Json

Properties

data: any
description?: string
id: UUID
label: string
type: TypeInfo
type: TypeInfo

Methods

  • Parameters

    Returns obj is { data: any; description?: string; id: UUID; label: string; type: TypeInfo }

Generated using TypeDoc