Interface TagGroupEditor

Editor for tag groups.

Hierarchy

  • TagGroupEditor

Methods

  • Adds tags to a tag group.

    Returns

    The tag group editor instance.

    Parameters

    • group: string
    • tags: string[]

      Tags to add.

    Returns TagGroupEditor

  • 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 tag group.

    Returns

    The tag group editor instance.

    Parameters

    • group: string
    • tags: string[]

      Tags to remove.

    Returns TagGroupEditor

  • Overwrite the current set of tags on the Tag Group.

    Returns

    The tag group editor instance.

    Parameters

    • group: string
    • tags: string[]

      Tags to set.

    Returns TagGroupEditor

Generated using TypeDoc