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: any

Accessors

  • get defaultOptions(): InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: null | number | "auto";
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: null | number;
    }, OmitByValue<{
        popOut: boolean;
        template: string;
    }, never>>
  • Returns InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: null | number | "auto";
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: null | number;
    }, OmitByValue<{
        popOut: boolean;
        template: string;
    }, never>>

Methods

  • Parameters

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

      Returns Promise<void>

    • Parameters

      • actor: any

      Returns null | {
          data: any;
          name: any;
      }

    • Returns Promise<{
          actorData?: undefined;
          stringContent: string;
      } | {
          actorData: null | {
              data: any;
              name: any;
          };
          stringContent?: undefined;
      } | {
          actorData?: undefined;
          stringContent?: undefined;
      }>

    • Parameters

      • token: any

      Returns null | {
          data: any;
          name: any;
      }

    Generated using TypeDoc