Module

info

Contains the related methods for displaying additional information in a modal about the widget.

View Source mixins/info.js, line 32

Methods

# closeInfo()

Close the modal.

View Source mixins/info.js, line 79

# openInfo()

Open the modal with the widget information.

View Source mixins/info.js, line 70

# setInfo(content)

Set the detailed text about the widget to be displayed

Parameters:
Name Type Description
content Object
title string

Title text

content string

Content text

View Source mixins/info.js, line 62