Skip to main content

ServerShowBeep

Callable

  • ServerShowBeep(message: string, duration: number, options?: { onClick: (this: HTMLDivElement, event: MouseEvent) => void; silent: boolean }): void

  • Show a message as a beep


    Parameters

    • message: string
    • duration: number
    • optionaloptions: { onClick: (this: HTMLDivElement, event: MouseEvent) => void; silent: boolean }
      • onClick: (this: HTMLDivElement, event: MouseEvent) => void
      • silent: boolean

    Returns void