Options
All
  • Public
  • Public/Protected
  • All
Menu

A single design activity that makes up part of a DesignModel.

Hierarchy

  • Activity

Index

Properties

Properties

code

code: string

A short (two-four letter) uppercase abbreviation of the activity name

color

color: [string, string]

Accent color to use for the activity. Should be a pair of six-digit hex color values, excluding "#", where the first is to be used in a light theme (i.e., has high contrast with white) and the second is to be used in a dark theme (i.e., has high contrast with black).

example

["0C8375", "14B8A5"]

Optional description

description: string

A short, human-readable description of the activity

default

(empty)

name

name: string

The name of the activity

Generated using TypeDoc