g3-toolkit API Reference
    Preparing search index...

    Interface TooltipData

    interface TooltipData {
        id: string;
        label: string;
        properties: Record<string, unknown>;
        type: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    id: string
    label: string
    properties: Record<string, unknown>
    type: string
    x: number
    y: number