Extractorinterface Extractor {name: string;order?: number;extract(ctx: ExtractorContext): Awaitable<Set<string> | string[] | undefined>;}§Properties§name: string[src]§order?: number[src]§Methods§extract(ctx: ExtractorContext): Awaitable<Set<string> | string[] | undefined>[src]