@grandlinex/kernel
Preparing search index...
ICoreBridge
Interface ICoreBridge
interface
ICoreBridge
{
connect
()
:
void
;
getTarget
()
:
ICoreAnyModule
;
setState
(
state
:
BridgeState
)
:
void
;
waitForState
(
state
:
BridgeState
)
:
Promise
<
boolean
>
;
}
Implemented by
BaseBridge
Index
Methods
connect
get
Target
set
State
wait
For
State
Methods
connect
connect
()
:
void
Returns
void
get
Target
getTarget
()
:
ICoreAnyModule
Returns
ICoreAnyModule
set
State
setState
(
state
:
BridgeState
)
:
void
Parameters
state
:
BridgeState
Returns
void
wait
For
State
waitForState
(
state
:
BridgeState
)
:
Promise
<
boolean
>
Parameters
state
:
BridgeState
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
connect
get
Target
set
State
wait
For
State
@grandlinex/kernel
Loading...