Adds given attributes to widget's HTML element.
Adds given CSS classes to the widget.
Attaches an event handler to the widget
A String that specifies the name of the event.
Specifies the function to run when the event occurs.
A Boolean value that specifies whether the event should be executed in the capturing or in the bubbling phase.
Sets alignment of the widget along the cross axis in parent layout space. This is the vertical axis for Row, horizontal axis for Column.
Sets the alingment of the widget's inner text.
Allows activating fullscreen mode by calling the requestFullscreen() method.
Sets the cross-origin iframe should be allowed to invoke the Payment Request API.
Clears all children from the widget.
Clears all events from the widget.
Clears space classes from the widget.
Disables the widget for user interaction.
Enables the widget for user interaction.
Fills the widget on parent's available space on main axis relative to its content size or width value if its set.
Fixes position on the screen. It will only work if parent's overflow poroperty not set.
Sets focus on the widget, if it can be focused. The focused widget will receive keyboard and similar events by default
Returns the value of a specified attribute on the widget.
Attribute value of specified attribute.
Returns child widget from the specified index.
Child widget from the specified index.
Returns children widgets as array.
Children widgets as array.
Returns the inner height of an element in pixels.
The inner height of an element in pixels.
Returns the width of the left border of an element in pixels.
The width of the left border of an element in pixels.
Returns the width of the top border of an element in pixels.
The width of the top border of an element in pixels.
Returns the inner width of an element in pixels.
The inner width of an element in pixels.
Returns html dom element of the widget.
Html dom element of the widget.
Returns height value of the widget.
height of the widget.
Returns inner html value of the widget.
Inner html value of the widget.
Returns max height value of the widget.
Max height value of the widget.
Returns max width value of the widget.
Max width value of the widget.
Returns min height value of the widget.
Min height value of the widget.
Returns min width value of the widget.
Min width value of the widget.
Returns the height of an element, including vertical padding and borders, as an integer.
the height of an element, including vertical padding and borders, as an integer.
Returns the number of pixels that the upper left corner of the current element is offset to the left within the offsetParent node.
The number of pixels that the upper left corner of the current element is offset to the left within the offsetParent node.
Returns the distance of the outer border of the current element relative to the inner border of the top of the offsetParent node.
The distance of the outer border of the current element relative to the inner border of the top of the offsetParent node.
Returns the layout width of an element as an integer.
The layout width of an element as an integer.
Returns parent widget of the widget.
Parent widget of the widget.
Returns the value of a specified property of the widget's dom element.
Value of a specified property.
Returns the height of an element's content, including content not visible on the screen due to overflow
the height of an element's content, including content not visible on the screen due to overflow.
Returns the number of pixels that an element's content is scrolled from its left edge.
the number of pixels that an element's content is scrolled from its left edge.
Returns the number of pixels that an element's content is scrolled vertically.
the number of pixels that an element's content is scrolled vertically.
Returns the width of an element's content, including content not visible on the screen due to overflow.
the width of an element's content, including content not visible on the screen due to overflow.
Returns the specified style property of the widget.
Style property
Returns inner text of the widget.
Inner text of the widget.
Transform value of the widget.
Transform value.
Returns width value of the widget.
width of the widget.
Fills the widget on parent's available space on main axis.
Checks if specified attribute is present in the widget.
Checks if specified widget is child of the widget.
Checks if specified CSS class is present in the widget.
Hides the widget and removes element space in the page.
Hides tooltip of the widget.
Returns hidden state of the widget.
Checks if widget is in the visible DOM hierarch.
Triggers the given callback function when iframe window receives message
Sends message object to iframe window.
Data to be sent to the other window.
Specifies what the origin of targetWindow.
Removes given attributes from widget.
Removes child from widget at given index.
Removes given CSS classes from widget.
Removes specified listener from widget.
Removes given space classes from widget.
Removes given styles from widget.
Renders widget to given html element once document is loaded.
Runs given function after widget dom is mounted to document. Runs immediately if dom is already mounted.
Function to run after widget's dom is mounted to document.
Applies extra restrictions to the content in the frame.
Defines a transformation that resizes an element on the 2D plane
Scrolls widget into view.
Assigns background color state.
Creates an image consisting of a progressive transition between two or more colors.
The angle or position of the gradient.
Enables backgroud hover color effect.
Dark or light, disables if undefined.
Sets background images on the widget.
Path to image, valid inputs: "url", "none", "initial", "inherit", "revert", "unset"
Sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
Sets the size of the widgets's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.
Adds or removes this element’s borders
Additive border value.
The bottom property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.
Replaces CSS classes with the given ones.
Sets the visibility property of element.
Sets the display order of item.
Specifies whether the content of an widget should be editable.
Sets the font type to italic.
Sets font type to monospace.
Sets the tickness of the font.
Sets the inner HTML of the widget.
The left property participates in setting the horizontal position of a positioned element. It has no effect on non-positioned elements.
Indicates how the browser should load the iframe.
Sets the opacity of an widget. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.
Enables or disables cursor interaction for this element.
Adds given propery to widget's DOM object.
Manages the aspect ratios of content. Width needs to be defined.
Referrer Policy Indicates which referrer to send when fetching the frame's resource.
Sets the resizing methot of layout. The resize property does not apply to inline elements or to block elements where overflow="visible". So, make sure that overflow is set to "scroll", "auto", or "hidden".
The right property participates in setting the horizontal position of a positioned element. It has no effect on non-positioned elements.
Sets or removes round corners.
Itsellf
Sets the number of pixels that an element's content is scrolled from its left edge.
Itself
Sets the number of pixels that an element's content is scrolled vertically.
Itself
Sets shadow of the widget.
The classes are named using the format {property}{sides}-{size} for xs and
{property}{sides}-{breakpoint}-{size} for sm, md, lg, xl, and xxl.
Where property is one of:
Set a specific style of an element using different CSS properties.
Sets the inner text of the widget.
Prevent long strings of text from breaking your components.
Itelf
Sets the text color. Reset inherits the color from its parent. None removes color class.
Sets text decoration style.
Sets the selectable state of the widget's inner text.
Sets text line height.
Sets text overflow behavior.
Sets text shadow.
{ "lowercase" | "uppercase" | "capitalize" | "none" }
{ "wrap" | "nowrap" | "none" }
Adds tooltip to given position. Existing tooltip will be removed if title is not given.
Apply a CSS fade transition to the popover
Delay showing the popover (ms)
Offset of the popover relative to its target
How to position the popover { "top" | "bottom" | "right" | "left" | "auto" }
How popover is triggered { "click" | "hover" | "focus" | "manual" }
The top property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.
The transform CSS property lets you rotate, scale, skew, or translate an element.
Control the visibility of elements, without modifying their display, with visibility utilities. Invisible widgets still take up space in the page.
Sets z depth of the widget.
Makes the widget visible by modifying display property.
Shows tooltip.
Shrinks on its parent main axis.
Stretches widget to parent width. Margings should not be set to be able to work properly.
Stretches widget to parent height. Margings should not be set to be able to work properly.
Applies the transformations translateX(-50%) and translateY(-50%) to the element which, in combination with the edge positioning utilities, allows you to absolute center an element.
Sets truncate behaviour.
Removes keyboard focus from the current element.
Generated using TypeDoc
IFrame Represents a nested browsing context, embedding another HTML page into the current one.