Editor for tag groups.

Hierarchy

  • TagGroupEditor

Properties

onApply: ((operations: TagGroupOperation[]) => Promise<void>)

Type declaration

    • (operations: TagGroupOperation[]): Promise<void>
    • Parameters

      • operations: TagGroupOperation[]

      Returns Promise<void>

operations: TagGroupOperation[]

Methods

  • Applies the tag changes.

    Returns Promise<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