CallCanvas
This component renders a canvas for call based task.
Can be themed with Theme.CallCanvas
in Theme.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
container | styled(div) | Wrapper for the Call Canvas content | ||
button-container | styled(div) | Wrapper for the Call Canvas buttons |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<CallCanvas.CallCanvasChildrenProps> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
dialpadState | DialpadState | Represents the state of the dialpad. | No | |
compact | boolean | if dialpad should be compact. | Yes |
Rate this page