CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
PhoneticMappingService
Interface PhoneticMappingService
PhoneticMappingService defines the API for managing phonetic mappings.
interface
PhoneticMappingService
{
add
:
(
algo
:
string
,
id
:
string
,
map
:
PhoneticMap
,
update
?:
boolean
,
)
=>
void
;
get
:
(
algo
:
string
,
id
:
string
)
=>
PhoneticMap
|
undefined
;
has
:
(
algo
:
string
,
id
:
string
)
=>
boolean
;
list
:
(
algo
:
string
)
=>
string
[]
;
remove
:
(
algo
:
string
,
id
:
string
)
=>
void
;
}
Index
Properties
add
get
has
list
remove
Properties
add
add
:
(
algo
:
string
,
id
:
string
,
map
:
PhoneticMap
,
update
?:
boolean
)
=>
void
get
get
:
(
algo
:
string
,
id
:
string
)
=>
PhoneticMap
|
undefined
has
has
:
(
algo
:
string
,
id
:
string
)
=>
boolean
list
list
:
(
algo
:
string
)
=>
string
[]
remove
remove
:
(
algo
:
string
,
id
:
string
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
get
has
list
remove
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
PhoneticMappingService defines the API for managing phonetic mappings.