Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventFormatter

Hierarchy

  • EventFormatter

Callable

  • Create a new class instance.

    Parameters

    • namespace: string | boolean

    Returns EventFormatter

Index

Properties

Methods

Properties

namespace

namespace: string | boolean

Event namespace.

Methods

format

  • format(event: string): string
  • Format the given event name.

    Parameters

    • event: string

    Returns string

setNamespace

  • setNamespace(value: string | boolean): void
  • Set the event namespace.

    Parameters

    • value: string | boolean

    Returns void