Type alias PlotCallback<T>

PlotCallback<T>: ((res) => void)

Type Parameters

  • T = Cartesian3 | Cartesian3[]

Type declaration

    • (res): void
    • Parameters

      • res: {
            active: boolean;
            coordinate: T;
            id?: string;
            isEnded: boolean;
        }
        • active: boolean
        • coordinate: T
        • Optional id?: string
        • isEnded: boolean

      Returns void