Constructors
constructor
- new ParamType(constructorGuard: any, params: any): ParamType
Parameters
constructorGuard: any
params: any
Properties
Readonly _isParamType
_isParamType: boolean
Readonly arrayChildren
Readonly arrayLength
arrayLength: number
Readonly baseType
baseType: string
Readonly components
Readonly indexed
indexed: boolean
Readonly name
name: string
Readonly type
type: string
Methods
format
- format(format?: string): string
Parameters
Returns string
Static from
Parameters
Optional allowIndexed: boolean
Static fromObject
Parameters
Static fromString
- fromString(value: string, allowIndexed?: boolean): ParamType
Parameters
value: string
Optional allowIndexed: boolean
Static isParamType
Parameters