Class: ObjectTypeInfo
types.object type info.
Extends
Constructors
Constructor
new ObjectTypeInfo(thisType, objTypeFn): ObjectTypeInfo;
Parameters
| Parameter | Type |
|---|---|
thisType | AnyStandardType |
objTypeFn | ObjectTypeFunction |
Returns
ObjectTypeInfo
Overrides
Properties
kind
readonly kind: "object" = "object";
Overrides
thisType
readonly thisType: AnyStandardType;
Inherited from
Accessors
props
Get Signature
get props(): ObjectTypeInfoProps;