Interface ModelMetadata

Associated model metadata.

interface ModelMetadata {
    dataType?: AnyType;
    modelIdProperty: undefined | string;
    valueType: boolean;
}

Properties

dataType?: AnyType

Associated data type for runtime checking (if any).

modelIdProperty: undefined | string

Property used as model id.

valueType: boolean

A value type will be cloned automatically when being attached to a new tree.