cheatgui
    Preparing search index...

    Class Notification

    The base class for all elements in CheatGUI.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • __namedParameters: {
            closable?: boolean;
            duration?: number | false;
            text?: string;
            title?: string | null;
        } = {}

      Returns Notification

    Properties

    closeBtn: HTMLDivElement | null = null
    closed: boolean
    contentRef: HTMLDivElement
    duration: number | false
    listeners: { [key: string]: EventCallback[] }
    ref: HTMLDivElement
    text: string
    timeoutId: any
    title: string | null
    titleRef: HTMLDivElement | null = null
    view: View

    Methods

    • Parameters

      • event: string
      • callback: EventCallback

      Returns void

    • Parameters

      • event: string
      • callback: EventCallback

      Returns void