ActionChip
import { ActionChip } from "@material";export component Example inherits Window { width: 200px; height: 100px; background: transparent; ActionChip { text: "Action"; icon: @image-url("../icons/add.svg"); width: 100px; height: 32px; }}

An ActionChip
is a compact element that represents an action or choice. It can contain text, icons, and avatars, and is commonly used in forms, search interfaces, and other interactive areas.
Properties
Section titled “Properties”avatar-icon
Section titled “avatar-icon”image default: the empty image
An optional avatar image displayed on the chip.
avatar-background
Section titled “avatar-background”color default: #00000000
The background color for the avatar.
enabled
Section titled “enabled”bool default: true
Whether the chip is enabled and can be interacted with.
has-focus
Section titled “has-focus”bool default: false
Whether the component has focus.
image default: the empty image
An optional icon displayed on the chip.
string default: ""
The text label displayed on the chip.
tooltip
Section titled “tooltip”string default: ""
A tooltip text that appears when hovering over the chip.
Callbacks
Section titled “Callbacks”clicked()
Section titled “clicked()”Invoked when the chip is clicked.
functions
Section titled “functions”clear-focus()
Section titled “clear-focus()”Clears the focus from the component.
focus()
Section titled “focus()”Focuses the component.
© 2025 SixtyFPS GmbH