sesaparcours
    Preparing search index...
    interface OverlayOptions {
        attributes?: Record<string, string>;
        cssClass?: string;
        events?: Record<string, (value: any, event?: any) => any>;
        id?: string;
        location?: number | number[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    attributes?: Record<string, string>
    cssClass?: string
    events?: Record<string, (value: any, event?: any) => any>
    id?: string
    location?: number | number[]