Hierarchy

  • Application
    • TooltipPF

Constructors

Properties

forceHide: boolean
forceHideGMInfo: boolean
lock: {
    new: boolean;
    old: boolean;
}

Type declaration

  • new: boolean
  • old: boolean
mousePos: {
    x: number;
    y: number;
}

Type declaration

  • x: number
  • y: number
object: undefined | null | TokenDocument
stickied: boolean

Has stickied tooltip. Prevent replacing tooltip.

sticky: boolean

Accessors

  • get defaultOptions(): {
        popOut: boolean;
        template: string;
    }
  • Returns {
        popOut: boolean;
        template: string;
    }

    • popOut: boolean
    • template: string

Methods

  • Parameters

    • force: boolean = false
    • options: {} = {}

      Returns Promise<void>

    Generated using TypeDoc