LayoutContextProviderProps
Defined in: packages/react/src/components/layout/LayoutContextProvider.tsx:10
Properties
children?
optional children?: ReactNode;Defined in: packages/react/src/components/layout/LayoutContextProvider.tsx:11
onPinChange?
optional onPinChange?: (state) => void;Defined in: packages/react/src/components/layout/LayoutContextProvider.tsx:13
The onPinChange property.
Parameters
| Parameter | Type |
|---|---|
state | VoicePinState |
Returns
void
onWidgetChange?
optional onWidgetChange?: (state) => void;Defined in: packages/react/src/components/layout/LayoutContextProvider.tsx:15
The onWidgetChange property.
Parameters
| Parameter | Type |
|---|---|
state | VoiceWidgetState |
Returns
void
value?
optional value?: LayoutContextType;Defined in: packages/react/src/components/layout/LayoutContextProvider.tsx:17
The value property.