SearchOptions
The query options.
Signature
export interface SearchOptions extends SearchQueryProperties
requester: TrackRequester | null;The requester of the query.
@type{TrackRequester | null}
node?: NodeIdentifier;The node or the node id to make the query.
@type{NodeIdentifier}