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