Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/jsonx/main"

Index

Type aliases

Config

Config: { debug?: undefined | false | true; jsonx: jsonx; logError?: undefined | ((...params: any[]) => any); props?: any; renderIndex?: undefined | number; resources?: any }

Type declaration

  • Optional debug?: undefined | false | true
  • jsonx: jsonx
  • Optional logError?: undefined | ((...params: any[]) => any)
  • Optional props?: any
  • Optional renderIndex?: undefined | number
  • Optional resources?: any

JSONReactElement

JSONReactElement: { children?: null | string | JSONReactElement[] | any; props?: any; type: string }

Type declaration

  • Optional children?: null | string | JSONReactElement[] | any
  • Optional props?: any
  • type: string

OutputHTMLConfig

OutputHTMLConfig: { children?: null | string | JSONReactElement[]; props?: any; type?: undefined | string } & Config

OutputHTMLContext

OutputHTMLContext: { useJSON: boolean } & Context

RenderConfig

RenderConfig: Config & { DOM?: HTMLElement; options?: any; portal?: undefined | false | true; querySelector: string }