WebComponent
classin packageklyn.gui.windows
public class WebComponent extends Widget:
Placeholder for an embeddable web component.
web = WebComponent()
web.url = "https://example.com"
Properties
| Modifier and Type |
Member |
Description |
| public property |
url |
No summary. |
Properties inherited from Widget: accentColor,
backgroundColor,
borderColor,
bottom,
canFocus,
cornerRadius,
font,
foregroundColor,
hasFocus,
height,
isEnabled,
isHovered,
isManaged,
isVisible,
layoutParams,
margin,
maxHeight,
maxWidth,
minHeight,
minWidth,
parent,
preferredHeight,
preferredWidth,
right,
styleClass,
width,
window,
x,
y
Constructors
| Modifier and Type |
Member |
Description |
| public |
WebComponent |
No summary. |