@semo/core
Preparing search index...
types
HookOption
Interface HookOption
interface
HookOption
{
exclude
?:
boolean
|
string
[]
;
include
?:
boolean
|
string
[]
;
mode
?:
"assign"
|
"merge"
|
"push"
|
"replace"
|
"group"
;
reload
?:
boolean
;
useCache
?:
boolean
;
}
Index
Properties
exclude?
include?
mode?
reload?
use
Cache?
Properties
Optional
exclude
exclude
?:
boolean
|
string
[]
Optional
include
include
?:
boolean
|
string
[]
Optional
mode
mode
?:
"assign"
|
"merge"
|
"push"
|
"replace"
|
"group"
Optional
reload
reload
?:
boolean
Optional
use
Cache
useCache
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exclude
include
mode
reload
use
Cache
@semo/core
Loading...