The configuration interface for the entity store defines the strings for the ID Key and Global ID key.

interface StoreConfig {
    guidKey: string;
    idKey: string;
}

Properties

Properties

guidKey: string
idKey: string

Generated using TypeDoc