| Term | Definition | Example(s) |
|---|---|---|
| Platform Styling Language (PSL) | A programming language responsible for styling UI on a specific platform. | CSS (Web) XML (Android) Objective-C (iOS) Swift (iOS) Javascript (SketchAPI) |
| Property Context | The portion of a UI to which style values will be applied. | CSS.heading-level-1#idh1XML <TextView style="@style/HeadingLevel1">Swift Text.font(.system())Javascript sharedTextStyles[{name: 'Heading Level 1'}]) |
| Property Key | A predefined label belonging to an End State Styling Language | CSS font-sizeopacityz-indexXML android:textSizeSwift .font(.system(size))Javascript (SketchAPI) style.textSize |
| Variable Key | An arbitrary label assigned to a value | color-background-default`space-inset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "Asana" to activate | |
| tell application "System Events" | |
| key down tab | |
| keystroke "q" | |
| key up tab | |
| end tell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "Asana" to activate | |
| tell application "System Events" | |
| key down tab | |
| keystroke "z" | |
| key up tab | |
| end tell |
OlderNewer