Skip to content

Collaborator

Extends

  • Collaborator

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.Collaborator.agentId

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Collaborator.createdAt

email?

optional email: string;

The email of the Collaborator

Inherited from

bkper.Collaborator.email

id?

optional id: string;

The unique id that identifies the Collaborator in the Book

Inherited from

bkper.Collaborator.id

permission?

optional permission: "OWNER" | "EDITOR" | "POSTER" | "RECORDER" | "VIEWER" | "NONE";

The permission the Collaborator has in the Book

Inherited from

bkper.Collaborator.permission

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.Collaborator.updatedAt