Class

Checklist

Checklist()

Base class for all checklist items.

Classes

Checklist

Methods

# getActions() → {JSX.Element}

Returns the actions section of the checklist item.

View Source ui/components/checklist/Checklist.tsx, line 104

JSX.Element

# getDescription() → {JSX.Element}

Returns the description section of the checklist item.

View Source ui/components/checklist/Checklist.tsx, line 81

JSX.Element

# getDetails() → {JSX.Element}

Returns the details section of the checklist item.

View Source ui/components/checklist/Checklist.tsx, line 97

JSX.Element

# getIcon()

Returns the icon of the checklist.

View Source ui/components/checklist/Checklist.tsx, line 57

# getName() → {string}

Returns the name of the checklist.

View Source ui/components/checklist/Checklist.tsx, line 50

string

# getTitle() → {JSX.Element}

Returns the title of the checklist item.

View Source ui/components/checklist/Checklist.tsx, line 64

JSX.Element

# getTitleText() → {string}

Returns the title text.

View Source ui/components/checklist/Checklist.tsx, line 74

string

# protected updateState()

Updates the state of this Checklist.

View Source ui/components/checklist/Checklist.tsx, line 40