@vcmap/core
    Preparing search index...

    Type Alias VcsObjectOptions

    type VcsObjectOptions = {
        name?: string;
        properties?: Record<string, unknown>;
        type?: string;
    }
    Index

    Properties

    name?: string

    name of the object, if not given a uuid is generated, is used for the framework functions getObjectByName

    properties?: Record<string, unknown>

    key value store for framework independent values per Object

    type?: string

    the type of object, typically only used in configs