Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormationMutable<Data>

A mutable variant of the interface

Type parameters

  • Data

Hierarchy

Implemented by

Index

Properties

Properties

discourse

discourse: IDiscourseMutable<Data>

The discourse that should be performed as part of this formation before moving on to the next formation

id

id: string | IGuidMutable

The globally unique identifier for this formation

link

The link to the next

Optional meta

meta: IMetaMutable

The meta can be used to provide additional generic information about the formation. This is commonly used for processing information and not for semantic tagging; tags should be used for that. Meta can be used to link a formation to the creation system for example.

Optional tags

tags: Array<string>

Content tags that this formation is related to. These are commonly used as content labels for the formation such cats to denote the formation is related to information about cats.