Type alias KeywordAdviceItem

KeywordAdviceItem: {
    attributeList: string[];
    collectBounds: CollectBounds;
    keyword: string;
    numericBounds: NumericBounds;
}

Keyword, keyword-specific attributes, and keyword-specific bounds.

Type declaration

  • attributeList: string[]

    Options of attributes specific for a keyword

  • collectBounds: CollectBounds

    Collect bounds imposed by a keyword and its attributes.

  • keyword: string

    Keyword that make sense to look for

  • numericBounds: NumericBounds

    Numeric bounds imposed by a keyword and its attributes.

Generated using TypeDoc