@playlive/react-pipeline
Preparing search index...
PipelineConnectionActions
Interface PipelineConnectionActions
Imperative connect / disconnect handles. Stable across renders.
interface
PipelineConnectionActions
{
connect
:
()
=>
void
;
disconnect
:
()
=>
void
;
identify
:
()
=>
void
;
refresh
:
(
filters
?:
RefreshCommandFilters
)
=>
void
;
reset
:
(
type
:
CharityType
)
=>
void
;
setAdminApiKey
:
(
key
:
string
|
null
)
=>
void
;
setAutoConnect
:
(
autoConnect
:
boolean
)
=>
void
;
}
Index
Properties
connect
disconnect
identify
refresh
reset
set
Admin
Api
Key
set
Auto
Connect
Properties
connect
connect
:
()
=>
void
disconnect
disconnect
:
()
=>
void
identify
identify
:
()
=>
void
refresh
refresh
:
(
filters
?:
RefreshCommandFilters
)
=>
void
reset
reset
:
(
type
:
CharityType
)
=>
void
set
Admin
Api
Key
setAdminApiKey
:
(
key
:
string
|
null
)
=>
void
set
Auto
Connect
setAutoConnect
:
(
autoConnect
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
disconnect
identify
refresh
reset
set
Admin
Api
Key
set
Auto
Connect
@playlive/react-pipeline
Loading...
Imperative connect / disconnect handles. Stable across renders.