toolCards property

List<ToolCardTemplate>? toolCards
getter/setter pair

The list of tool cards that you use within the flow of a Core Tool This allows Aureus to auto-generate a flow for you, and to carry the template data from usage to summary.

Implementation

List<ToolCardTemplate>? toolCards;