DraftWithId

data class DraftWithId(val id: Tid, val draft: Draft)

A draft with an identifier, used to store drafts in private storage (stash).

Parameters

id

A TID to be used as a draft identifier.

Constructors

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

Properties

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

A TID to be used as a draft identifier.