Skip to main content
Version: 1.x.x

Getting Preferences

quip.apps.getUserPreferences

Function() => quip.apps.Preferences | undefined

Returns the Preferences object that's scoped to the viewing User. Returns undefined if there is no viewing user.

Relevant Events

quip.apps.getSitePreferences

Function() => quip.apps.Preferences | undefined

Returns the Preferences object that's scoped to the viewing User's Site. Returns null if there is no viewing user or no site associated with the user.

Relevant Events