DraftView

data class DraftView(val id: Tid, val draft: Draft, val createdAt: Timestamp, val updatedAt: Timestamp)

View to present drafts data to users.

Parameters

id

A TID to be used as a draft identifier.

createdAt

The time the draft was created.

updatedAt

The time the draft was last updated.

Constructors

Link copied to clipboard
constructor(id: Tid, draft: Draft, createdAt: Timestamp, updatedAt: Timestamp)

Properties

Link copied to clipboard

The time the draft was created.

Link copied to clipboard
Link copied to clipboard
val id: Tid

A TID to be used as a draft identifier.

Link copied to clipboard

The time the draft was last updated.