@eleven-am/faker
Preparing search index...
GeneratorContext
Interface GeneratorContext
interface
GeneratorContext
{
cache
?:
Map
<
string
,
any
>
;
index
?:
number
;
key
?:
string
;
locale
?:
string
;
options
?:
Record
<
string
,
any
>
;
parent
?:
any
;
path
?:
string
;
rng
:
PCG
;
seed
?:
number
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
cache?
index?
key?
locale?
options?
parent?
path?
rng
seed?
Properties
Optional
cache
cache
?:
Map
<
string
,
any
>
Optional
index
index
?:
number
Optional
key
key
?:
string
Optional
locale
locale
?:
string
Optional
options
options
?:
Record
<
string
,
any
>
Optional
parent
parent
?:
any
Optional
path
path
?:
string
rng
rng
:
PCG
Optional
seed
seed
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
index
key
locale
options
parent
path
rng
seed
@eleven-am/faker
Loading...