Cesium Utils - v0.0.9
    Preparing search index...

    Type Alias EventHandler<I>

    EventHandler: (
        event: { items?: I[]; tag?: Tag; type: CollectionEventType },
    ) => void

    Event handler function type

    Type Parameters

    • I

    Type declaration