Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

ParsedQuery

Interface representing a parsed query with an explicit source prefix.

API/Interfaces/ParsedQuery
hoshimi/src/registry/SourceRegistry.d.ts

Signature

export interface ParsedQuery

Properties

2
sourcevalue

Methods

0

No methods.

Properties

source#
source: string;

The canonical source identifier parsed from the query prefix.

@type{string}
value#
value: string;

The remaining query value after removing the source prefix.

@type{string}