Name | Type | Description | Example | Widget |
---|---|---|---|---|
<gevme-chat /> | Renders a customizable chat component | |||
<gevme-content-block /> | Renders the content blocks on the page | |||
<gevme-header /> | Renders a header widget onto the LivePage | |||
<gevme-live-bar /> | Renders a live-bar widget onto the LivePage | |||
<gevme-nav-menu /> | Renders a menu, a subset of the header. It can be used to render a separate menu onto the page. The attribute name is compulsory and it should match an existing menu in the header. | |||
all | StringBoolean | Indicates whether to render all the created content blocks. | “true” | |
exclude | StringBlock Name | Renders all content blocks excluding the blocks with matching names | “block-name-1, block-name-2” | |
include | StringBlock Name | Render the set of blocks with matching names | “block-name-3, block-name-4” | |
name | ||||
name | ||||
channel | string | defines the channel Id | ”{{project.id}}-vod-general-training-day3-chat” | |
height | string | defines the height as it is position to fixed | “80%” | |
position | enum | defines where the chat to pop up | “right” | “left” | |
width | string | defines the width the chat can consume | “300px” | |
label | Enum | defines the label of the chat room when drawer is visible | “Chat” | |
mode | enum | defines the theme dark/light | “dark” | “light” | |
channelName | string | defines the channel Id | “VOD Day 3 General Training” | |