Skip to main content
Version: 1.x.x

Setting Payload

quip.apps.setPayload

Function(payload: string) => void

Stores a payload string for this Live App. If a payload string already exists, calling this method will overwrite the payload.

This string will be passed as a property in quip.apps.InitOptions to the initializationCallback function when the Live App is initialized. This string is also set as the value of the data-live-app-payload attribute when exporting this Live App as HTML.