External module "types/jsonx/main"
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
-
-
Optional logError?: undefined | ((...params: any[]) => any)
-
Optional props?: any
-
Optional renderIndex?: undefined | number
-
Optional resources?: any
JSONReactElement
JSONReact
Element: { 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
Render
Config: Config & { DOM?: HTMLElement; options?: any; portal?: undefined | false | true; querySelector: string }