Extractorinterface Extractor {name: string;order?: number;extract?(ctx: ExtractorContext): Awaitable<Set<string> | CountableSet<string> | string[] | undefined | void>;}§Properties§name: string[src]§order?: number[src]§Methods§extract?(ctx: ExtractorContext): Awaitable<Set<string> | CountableSet<string> | string[] | undefined | void>[src]Extract the code and return a list of selectors. Return undefined to skip this extractor.