Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParamType

Index

Constructors

  • new ParamType(constructorGuard: any, params: any): ParamType
  • Parameters

    • constructorGuard: any
    • params: any

    Returns ParamType

Properties

_isParamType: boolean
arrayChildren: ParamType
arrayLength: number
baseType: string
components: ParamType[]
indexed: boolean
name: string
type: string

Methods

  • format(format?: string): string
  • Parameters

    • Optional format: string

    Returns string

  • fromString(value: string, allowIndexed?: boolean): ParamType
  • Parameters

    • value: string
    • Optional allowIndexed: boolean

    Returns ParamType

  • Parameters

    • value: any

    Returns value is ParamType

Generated using TypeDoc