EkoLogo

A clickable logo
Props
linkable- The URL which should open when a user clicks on the eko buttoninteractive- If true, eko button should be interactivealwaysShow- If true, the eko logo should be visible even when not interactive
API
click- This method is called when a user clicks on the eko logo
Events
LOGO_CLICK: ekoshell.button.logo
parentContainer
root
Plugin Options
"ekologo": {
"anyOf": [
{ "type": "boolean" },
{
"type": "object",
"properties": {
// A css color value for the eko logo. (currently disabled)
"color": { "type": "string"},
// the url to open when user clicks on the eko logo
"url": { "type": "string" },
// if true, clicking on the eko logo will open the URL in a new window, otherwise it will open in the same window
"linkout": { "type": "boolean" },
// If true, the eko logo should be visible (for example, even when the controls are hidden)
"alwaysShow": { "type": "boolean" }
}
}
]
},