Interface: ViewsPublishArguments
Defined in: packages/web-api/src/types/request/views.ts:40
Extends
BaseViewsArguments
.TokenOverridable
.ViewHash
Properties
hash?
optional hash: string;
Defined in: packages/web-api/src/types/request/views.ts:36
Description
A string that represents view state to protect against possible race conditions.
See
Avoiding race conditions when using views.
Inherited from
ViewHash.hash
token?
optional token: string;
Defined in: packages/web-api/src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
user_id
user_id: string;
Defined in: packages/web-api/src/types/request/views.ts:42
Description
ID of the user you want publish a view to.
view
view: View;
Defined in: packages/web-api/src/types/request/views.ts:7
Description
A view payload.
Inherited from
BaseViewsArguments.view