Interface ApplicationModels

interface ApplicationModels {
    elementModels?: Partial<ElementModels>;
    gisFeature?: typeof GisFeature;
    [key: string]: unknown;
}

Hierarchy

  • Record<string, unknown>
    • ApplicationModels

Indexable

  • [key: string]: unknown

Properties

elementModels?: Partial<ElementModels>
gisFeature?: typeof GisFeature