Interface FieldQueryStrategy

interface FieldQueryStrategy {
    queryFieldDeprecation(
        $field: Cheerio<Element>,
    ): null | DeprecationContent;
    queryFieldDescription($field: Cheerio<Element>): Cheerio<Element>;
    queryFieldId($field: Cheerio<Element>): string;
    queryFieldModifiersText($signature: Cheerio<Element>): string;
    queryFieldSignature($field: Cheerio<Element>): Cheerio<Element>;
    queryFieldTables($object: CheerioAPI): Cheerio<Element>;
    queryFieldType($signature: Cheerio<Element>, signatureText: string): string;
}

Implemented by

Methods

  • Parameters

    • $signature: Cheerio<Element>
    • signatureText: string

    Returns string