@vivliostyle/core
Preparing search index...
base
arrayToSet
Function arrayToSet
arrayToSet
(
arr
:
string
[]
)
:
{
[
key
:
string
]:
boolean
}
Convert array of strings to an object with the values in the array set to true.
Parameters
arr
:
string
[]
Returns
{
[
key
:
string
]:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vivliostyle/core
Loading...
Convert array of strings to an object with the values in the array set to true.