[F] isRecordModelType
Call Signature
Section titled “Call Signature”function isRecordModelType(program, type): type is RecordModelType;Check if a model is a record type.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
program | Program | Program (unused) |
type | Model | Model type |
Returns
Section titled “Returns”type is RecordModelType
Deprecated
Section titled “Deprecated”Use isRecordModelType(type) instead. The program parameter is unused.
Call Signature
Section titled “Call Signature”function isRecordModelType(type): type is RecordModelType;Check if a model is a record type.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
type | Model | Model type |
Returns
Section titled “Returns”type is RecordModelType