UI.Link¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value that will be passed to the Action shards of the link. | Any |
||
<output> |
Indicates whether the link was clicked during this frame. | Bool |
||
Label |
Optional label for the link. | None |
String |
|
Action |
The shards to execute when the link is clicked. | None |
Shard [Shard] |
|
Style |
The text style. | None |
{Any} &{Any} |
A clickable link.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|