Interface TooltipService

interface TooltipService {
    tooltipId: string;
    attachTo(host): void;
    update(fullRender?): void;
}

Implemented by

Properties

Methods

Properties

tooltipId: string

Methods