Interface AnnotationQueryStrategy
 Methods
queryElementDeprecation
- queryElementDeprecation($element: Cheerio<Element>): null | DeprecationContent
- Parameters- $element: Cheerio<Element>
 
queryElementDescription
- queryElementDescription($element: Cheerio<Element>): Cheerio<Element>
- Parameters- $element: Cheerio<Element>
 
- Returns Cheerio<Element>
queryElementModifiersText
- queryElementModifiersText($element: Cheerio<Element>): string
- Parameters- $element: Cheerio<Element>
 
- Returns string
queryElementNameText
- queryElementNameText(
 $element: Cheerio<Element>,
 $signature: Cheerio<Element>,
 ): string
- Parameters- $element: Cheerio<Element>
- $signature: Cheerio<Element>
 
- Returns string
queryElementPrototypeText
- queryElementPrototypeText($element: Cheerio<Element>): string
- Parameters- $element: Cheerio<Element>
 
- Returns string
queryElementReturnType
- queryElementReturnType($signature: Cheerio<Element>): string
- Parameters- $signature: Cheerio<Element>
 
- Returns string
queryElementSignature
- queryElementSignature($element: Cheerio<Element>): Cheerio<Element>
- Parameters- $element: Cheerio<Element>
 
- Returns Cheerio<Element>
queryElementTables
- queryElementTables($object: CheerioAPI): Cheerio<Element>
- Returns Cheerio<Element>