SBreadcrumbTrail¶
Property |
Type |
Note |
Aka |
String |
Name for the widget |
ButtonContentPadding |
Number or Number Array (Length = 2 or 4) |
|
ColorAndOpacity |
Number Array, Length = 4 |
Linear color values, for example:[0.5, 0.5, 0.5, 1] |
ForegroundColor |
Number Array, Length = 4 |
Linear color values, for example:[0.5, 0.5, 0.5, 1] |
OnCrumbClick |
String |
The python code which will be executed. |
ToolTipText |
String |
|
Type |
String |
string or int |
Visibility |
Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All |
|
functions what can be called from ChameleonData¶
Examples¶
Example 1:
"SBreadcrumbTrail":
{
"Aka": "SBreadcrumbTrailA",
"type": "string",
"ButtonContentPadding": 1,
"OnCrumbClick": "print(%)"
}