Answered

What's the difference between a card and a canvas?

  • 9 September 2020
  • 1 reply
  • 9 views

Userlevel 2
Badge

I'm building an app using the Canvas Kit. What's the difference between a card and a canvas?

icon

Best answer by Eric Fitz 9 September 2020, 16:15

View original

1 reply

Userlevel 1

The main difference here is that a card is an instance of a Messenger App that loads into each user’s specific Messenger instance.

 

The canvas is the object that contains the components that make up the Messenger App. The canvas can be iterated on within the same card instance multiple times, while the card itself never actually changes.

Reply