Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
CreateThreadOptions
Interface CreateThreadOptions<T>
interface
CreateThreadOptions
<
T
=
Record
<
string
,
unknown
>
>
{
debug
?:
boolean
;
payload
?:
T
;
type
:
string
;
workerFile
:
string
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
debug?
payload?
type
worker
File
Properties
Optional
debug
debug
?:
boolean
Optional
payload
payload
?:
T
type
type
:
string
worker
File
workerFile
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
payload
type
worker
File
@lzwme/fe-utils
Loading...