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