Themes

Components/Types/Checkpoint
Checkpoint
Name
Description
Type
color
(state: CheckpointState ) => undefined | string
disabled
true
icon
(state: CheckpointState ) => undefined | IconDescription
id
string
readonly
boolean
title
string

CheckpointState

CheckpointState = "active" | "complete" | "inactive"

IconDescription

IconDescription = string | NamespacedIcon