Hierarchy

  • EventsExtra

Methods

  • Execute a function after the option name has been set.

    Returns

    this.

    Parameters

    • name: string

      The option name to watch.

    • cb: ((value: unknown) => void)

      The function to execute.

        • (value: unknown): void
        • Parameters

          • value: unknown

          Returns void

    Returns EventsExtra

Generated using TypeDoc