Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventFormatter

Hierarchy

  • EventFormatter

Callable

Index

Properties

Methods

Properties

namespace

namespace: string | boolean

Event namespace.

Methods

format

  • format(event: string): string

setNamespace

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

    Parameters

    • value: string | boolean

    Returns void