Skip to content

Instantly share code, notes, and snippets.

@ananis25
Last active June 19, 2022 18:41
Show Gist options
  • Save ananis25/393279df6ad1fb3ebe94df0f9cdac3a8 to your computer and use it in GitHub Desktop.
Save ananis25/393279df6ad1fb3ebe94df0f9cdac3a8 to your computer and use it in GitHub Desktop.
Panel
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
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