NextGIS Frontend
    Preparing search index...

    Interface ItemPropertyBaseConfig<K>

    interface ItemPropertyBaseConfig<K extends keyof ItemPropertyTypes = any> {
        name?: string;
        type?: ItemPropertyTypes[K];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name?: string