Interface RuntimeHoverInteractionOptions

interface RuntimeHoverInteractionOptions {
    sourceId?: string;
    sourceLayer?: string;
    stateKey?: string;
}

Properties

sourceId?: string
sourceLayer?: string
stateKey?: string