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”  | <gevme-content-block />  | 
exclude  | StringBlock Name  | Renders all content blocks excluding the blocks with matching names  | “block-name-1, block-name-2”  | <gevme-content-block />  | 
include  | StringBlock Name  | Render the set of blocks with matching names  | “block-name-3, block-name-4”  | <gevme-content-block />  | 
name  | name refers to the name of the menu to be rendered  | <gevme-nav-menu />  | ||
name  | name refers to the name of the menu to be rendered  | <gevme-nav-menu />  | ||
channel  | defines the channel Id  | ”{{project.id}}-vod-general-training-day3-chat”  | <gevme-chat />  | |
height  | defines the height as it is position to fixed  | “80%”  | <gevme-chat />  | |
position  | defines where the chat to pop up  | “right” | “left”  | <gevme-chat />  | |
width  | defines the width the chat can consume  | “300px”  | <gevme-chat />  | |
label  | Enum  | defines the label of the chat room when drawer is visible  | “Chat”  | <gevme-chat />  | 
mode  | defines the theme dark/light  | “dark” | “light”  | <gevme-chat />  | |
channelName  | defines the channel Id  | “VOD Day 3 General Training”  | <gevme-chat />  | |