Interface TagEditor

Editor for device tags.

Hierarchy

  • TagEditor

Methods

  • Adds tags to a channel.

    Returns

    The tag editor instance.

    Parameters

    • tags: string[]

      Tags to add.

    Returns TagEditor

  • Applies the tag changes.

    Parameters

    • Optional success: (() => void)

      Success callback.

        • (): void
        • Returns void

    • Optional error: ((err: string) => void)

      Error callback.

        • (err: string): void
        • Parameters

          • err: string

          Returns void

    Returns void

  • Removes tags from the channel.

    Returns

    The tag editor instance.

    Parameters

    • tags: string[]

      Tags to remove.

    Returns TagEditor

Generated using TypeDoc