@farmart-tech/brave-react-adapter
Preparing search index...
WindowReaderContextType
Interface WindowReaderContextType
interface
WindowReaderContextType
{
configs
:
Record
<
string
,
FeatureConfig
>
|
null
;
connection
:
TConnection
;
error
:
Error
|
null
;
getConfig
:
(
key
:
string
)
=>
FeatureConfig
|
null
;
loading
:
boolean
;
reader
:
WindowReader
;
refetchConfigs
:
()
=>
void
;
updateWindowReaderConfig
:
(
config
:
Partial
<
IFeatureReaderOptions
>
)
=>
void
;
updateWorkspace
:
(
ws
:
string
)
=>
void
;
windowReaderConfig
:
IFeatureReaderOptions
;
}
Index
Properties
configs
connection
error
get
Config
loading
reader
refetch
Configs
update
Window
Reader
Config
update
Workspace
window
Reader
Config
Properties
configs
configs
:
Record
<
string
,
FeatureConfig
>
|
null
connection
connection
:
TConnection
error
error
:
Error
|
null
get
Config
getConfig
:
(
key
:
string
)
=>
FeatureConfig
|
null
loading
loading
:
boolean
reader
reader
:
WindowReader
refetch
Configs
refetchConfigs
:
()
=>
void
update
Window
Reader
Config
updateWindowReaderConfig
:
(
config
:
Partial
<
IFeatureReaderOptions
>
)
=>
void
update
Workspace
updateWorkspace
:
(
ws
:
string
)
=>
void
window
Reader
Config
windowReaderConfig
:
IFeatureReaderOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configs
connection
error
get
Config
loading
reader
refetch
Configs
update
Window
Reader
Config
update
Workspace
window
Reader
Config
@farmart-tech/brave-react-adapter
Loading...