@ark7/model - v2.0.56
    Preparing search index...

    Function Tag

    • Add tag to the current field.

      Parameters

      • tag: string | string[]

        The tag to add to the field.

      Returns PropertyDecorator

      // Set the tag directly:
      @Tag('ConfigField')
      settings: Settings;