Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/jsonx/jsonx"

Index

Type aliases

callbackFunc

callbackFunc: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

createFunctionComponentArgs

createFunctionComponentArgs: { functionBody?: undefined | string; options?: undefined | { bind: boolean; lazy: boolean; resources: any }; reactComponent: jsonx }

Type declaration

  • Optional functionBody?: undefined | string
  • Optional options?: undefined | { bind: boolean; lazy: boolean; resources: any }
  • reactComponent: jsonx

jsonxCompare

jsonxCompare: { left?: any; right?: any }

Type declaration

  • Optional left?: any
  • Optional right?: any

jsonxComparison

jsonxComparison: { left: any; operation: "eq" | "==" | "dneq" | "!=" | "!" | "dnseq" | "!==" | "seq" | "===" | "lt" | "<" | "lte" | "<=" | "gt" | ">" | "gte" | ">=" | "dne" | "undefined" | "null" | "!null" | "!undefined" | "exists"; right?: any }

Type declaration

  • left: any
  • operation: "eq" | "==" | "dneq" | "!=" | "!" | "dnseq" | "!==" | "seq" | "===" | "lt" | "<" | "lte" | "<=" | "gt" | ">" | "gte" | ">=" | "dne" | "undefined" | "null" | "!null" | "!undefined" | "exists"
  • Optional right?: any

jsonxComponent

jsonxComponent: {}

Type declaration

  • [index: string]: FunctionComponent | PureComponent | Component | ReactElement | callbackFunc