@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface PathProperties

    interface PathProperties {
        active?: boolean;
        featureId?: number;
        hidden?: boolean;
        kind?: string;
        pathEndPosition?: number[];
        pathStartPosition?: number[];
        selected?: boolean;
        [key: string]: PropertyValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    active?: boolean
    featureId?: number
    hidden?: boolean
    kind?: string
    pathEndPosition?: number[]
    pathStartPosition?: number[]
    selected?: boolean