Typescript SDK Type Docs
Preparing search index...
Platform SDK
CustomTokenizer
Interface CustomTokenizer
Define arbitrary tokens that are used to match the input.
interface
CustomTokenizer
{
inputs
:
string
[]
;
type
:
"custom"
;
}
Hierarchy (
View Summary
)
ISuggestTokenizer
CustomTokenizer
Index
Properties
inputs
type
Properties
Readonly
inputs
inputs
:
string
[]
Contains custom tokens.
Readonly
type
type
:
"custom"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inputs
type
Typescript SDK Type Docs
Loading...
Define arbitrary tokens that are used to match the input.