hoshimi
    Preparing search index...

    Variable SourceRegistryConst

    SourceRegistry: {
        createIdentifier(source: RegistrySearchSource, query: string): string;
        getRegistered(): string[];
        isRegistered(value: RegistrySearchSource): boolean;
        parseQuery(query: string): ParsedQuery | null;
        register(...registrations: RestOrArray<SourceRegistration>): string[];
        resolve(value: RegistrySearchSource): string | undefined;
    } = ...

    Object representing the source registry for sources.

    Type Declaration