Website
Live demos
Guides
Source
Preparing search index...
The search index is not available
OpenAlgo Charts API - v2.3.2
OpenAlgo Charts API
widget
SymbolSearch
Type Alias SymbolSearch
SymbolSearch
:
(
query
:
string
,
)
=>
Promise
<
readonly
SymbolMatch
[]
>
|
readonly
SymbolMatch
[]
A host's symbol lookup, called as the user types. Sync or async.
Type declaration
(
query
:
string
)
:
Promise
<
readonly
SymbolMatch
[]
>
|
readonly
SymbolMatch
[]
Parameters
query
:
string
Returns
Promise
<
readonly
SymbolMatch
[]
>
|
readonly
SymbolMatch
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Website
Live demos
Guides
Source
OpenAlgo Charts API - v2.3.2
Loading...
A host's symbol lookup, called as the user types. Sync or async.