Class Feature

Model for Feature

Hierarchy

  • UniqueObject
    • Feature

Constructors

  • Parameters

    • keyword: string
    • name: string
    • description: string
    • language: string = "en"

    Returns Feature

Properties

_id: string
description: string

Descrition of the Feature

descriptionComment: Comment

Comment below the description of the Feature

elements: (Element | Rule)[]

Elements of the Feature

keyword: string

Keyword of the Feature

language: string

Language of the Feature

name: string

Name of the Feature

precedingComment: Comment

Comment before the Feature

tagComment: Comment

Comment before all tag

tags: Tag[]

Tags of the Feature

Methods

  • Parameters

    • key: string | RegExp
    • value: string

    Returns void

Generated using TypeDoc