ggc-library
    Preparing search index...

    Event dat wordt geëmit bij selectie-interacties.

    interface SelectionEvent {
        feature?: any;
        layerName?: string;
        location?: number[] | number[][];
        selectIndex?: string;
        selectionEventType: SelectionEventType;
        type: ScreenSpaceEventType;
    }
    Index

    Properties

    feature?: any

    Feature die geselecteerd is.

    layerName?: string

    Naam van de bijbehorende laag.

    location?: number[] | number[][]

    Locatie van selectie (coördinaten).

    selectIndex?: string

    Selectie index van de selectie indien opgegeven.

    selectionEventType: SelectionEventType

    Type selectie-event.

    type: ScreenSpaceEventType

    Type input event.