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