Function: LivelinkProvider()
function LivelinkProvider(params: PropsWithChildren<LivelinkConnectParameters>): JSX.Element;
Defined in: livelink.react/sources/components/core/Livelink.tsx:148
Provides the Livelink context and manages the lifecycle of a Livelink connection.
This component initializes and maintains a connection to the Livelink service and supplies relevant connection state and methods to its children via context.
Parameters
Parameter | Type | Description |
---|---|---|
params | PropsWithChildren <LivelinkConnectParameters > |
Returns
JSX.Element