Skip to content

Instantly share code, notes, and snippets.

@bigeyex
Created March 1, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigeyex/e5b5d3d157f852737587671b2910b186 to your computer and use it in GitHub Desktop.
Save bigeyex/e5b5d3d157f852737587671b2910b186 to your computer and use it in GitHub Desktop.
def on_change_content():
return UpdateElement('detail_card', content=[
DetailGroup('Refund Request', content=[
DetailItem('Ordre No.', 1100000),
DetailItem('Status', "Fetched"),
DetailItem('Shipping No.', 1234567),
DetailItem('Sub Order', 1135456)
]),
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment