Skip to main content

Interface: ModelTypeAndId

Model type and ID information.

Properties​

modelId​

modelId: string | undefined;

The model ID value, or undefined if the model has no ID property.


modelIdPropertyName​

modelIdPropertyName: string | undefined;

The name of the property that holds the model ID (as declared with idProp), or undefined if the model has no ID property.


modelInfo​

modelInfo: ModelInfo;

The model info (contains the model class and name).


modelType​

modelType: string;

The model type name (from $modelType).