Variable: profileAutocompleteKeys
constprofileAutocompleteKeys:object
Defined in: web/lib/hooks/use-profile-autocomplete.ts:22
Query key factory for profile autocomplete queries.
Type declaration
affiliation()
affiliation: (
query) => readonly ["profile-autocomplete","affiliation",string]
Parameters
query
string
Returns
readonly ["profile-autocomplete", "affiliation", string]
all
all: readonly [
"profile-autocomplete"]
authorIds()
authorIds: (
name) => readonly ["profile-autocomplete","author-ids",string]
Parameters
name
string
Returns
readonly ["profile-autocomplete", "author-ids", string]
keyword()
keyword: (
query,sources?) => readonly ["profile-autocomplete","keyword",string,undefined|string[]]
Parameters
query
string
sources?
string[]
Returns
readonly ["profile-autocomplete", "keyword", string, undefined | string[]]
orcid()
orcid: (
query) => readonly ["profile-autocomplete","orcid",string]
Parameters
query
string
Returns
readonly ["profile-autocomplete", "orcid", string]