Options
All
  • Public
  • Public/Protected
  • All
Menu

Text provides the ability to provide specific text for a scenario. Because it is part of the data, it does not become part of the displaying page, so more sensitive data can be dsiplayed from a text row, and referenced from the scenario. It can also be varied by scenario.

Hierarchy

Implemented by

Index

Properties

categories

categories: Category[]

Optional Readonly end

end: boolean

id

id: string

Readonly name

name: string

Optional notes

notes: string

Optional prettyName

prettyName: string

scenarios

scenarios: string[]

sort

sort: number

Readonly start

start: Date

Optional temporal

temporal: Temporal<TemporalItem<"text">>

text

text: string

Readonly type

type: "text"

Generated using TypeDoc