Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanvasContext

Contains context information about current canvas.

Hierarchy

  • CanvasContext

Properties

Properties

Optional state

state: any

Optional. State set by 3P Interactive Canvas app. This is only set for request, not for response. For example, if this is a recipe app, the state can be a value of struct : { "current_page" : 5, "last_page" : 3, } The size limit is 50KB.

Generated using TypeDoc