MVFv3 API Documentation
    Preparing search index...

    Annotation symbols are a simple object with a url and name property. The url is a URI that points to an icon for the symbol, and the name is a human-readable name for the symbol.

    These will exist as the values in the annotationSymbols object, with a key that links them to the symbolKey property of one or more AnnotationProperties

    type AnnotationSymbol = {
        url: string;
        name: string;
    }
    Index

    Properties

    Properties

    url: string
    name: string