Preparing search index...
The search index is not available
@acrolinx/sidebar-interface
@acrolinx/sidebar-interface
InitResult
Interface InitResult
The result of init, which can contain an error.
interface
InitResult
{
error
?:
SidebarError
;
integrationProperties
?:
{
[
key
:
string
]
:
any
;
}
;
}
Index
Properties
error?
integration
Properties?
Properties
Optional
error
error
?:
SidebarError
Optional
integration
Properties
integration
Properties
?:
{
[
key
:
string
]
:
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
integration
Properties
@acrolinx/sidebar-interface
Loading...
The result of init, which can contain an error.