Kfg Documentation
Preparing search index...
KfgDriverOptions
Interface KfgDriverOptions<Config, Async>
interface
KfgDriverOptions
<
Config
extends
Record
<
string
,
any
>
,
Async
extends
boolean
,
>
{
async
?:
Async
;
config
?:
Config
;
forceExit
?:
boolean
;
name
:
string
;
}
Type Parameters
Config
extends
Record
<
string
,
any
>
Async
extends
boolean
Index
Properties
async?
config?
force
Exit?
name
Properties
Optional
async
async
?:
Async
Optional
config
config
?:
Config
Optional
force
Exit
forceExit
?:
boolean
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
async
config
force
Exit
name
Kfg Documentation
Loading...