Last active
June 19, 2022 18:41
-
-
Save ananis25/393279df6ad1fb3ebe94df0f9cdac3a8 to your computer and use it in GitHub Desktop.
Panel
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
Panel | |
Context | |
Specify -> Sequence Attributes | |
Search -> Event Attributes | |
Select -> Focus | |
Sequence Attributes | |
Filter -> Context | |
Event Attributes | |
Insert -> Context | |
Split -> Focus | |
Focus | |
DrillDown -> Context | |
Mine -> Event Attributes |
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
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment