Body, Mind & Soul — API Reference
    Preparing search index...

    Class default

    A dialog showing the NPC damage log with a clear button.

    Hierarchy

    • any
      • default
    Index
    • Parameters

      • options: {} = {}

      Returns default

    document: any
    DEFAULT_OPTIONS: {
        actions: { clearLog: (event: any, target: any) => Promise<void> };
        classes: string[];
        position: { height: number; width: number };
        tag: string;
        window: { icon: string; resizable: boolean; title: string };
    } = ...
    PARTS: { log: { scrollable: string[]; template: string } } = ...
    • Parameters

      • options: any

      Returns Promise<any>

    • Parameters

      • event: any
      • target: any

      Returns Promise<void>