core-jvm
core2-jvm (latest)core-jvm
  • Home
  • Features
  • Examples
  • Spec
  • Guides
  • Sandbox
  • Step Studio
  • Step
    • Action
    • Behavior
    • External
    • Help
    • Link Handler
    • Navigation
    • Persist Async
    • Polling
    • Refresh On Change
    • Step Error
    • Summary
    • Upload
    • Validate Async
    • Schema
    • All Of Schema
    • Array Schema
    • Blob Schema
    • Boolean Schema
    • Const Schema
    • Integer Schema
    • Number Schema
    • Object Schema
    • One Of Schema
    • String Schema
    • Layout
    • Alert Layout
    • Box Layout
    • Button Layout
    • Columns Layout
    • Decision Layout
    • Form Layout
    • Heading Layout
    • Image Layout
    • Instructions Layout
    • List Layout
    • Loading Indicator Layout
    • Markdown Layout
    • Modal Layout
    • Paragraph Layout
    • Review Layout
    • Search Layout
    • Status List Layout
    • Action Response Body
    • Error Response Body
    • Flow Response
    • Search Response Body
    • Search Result
    • Align
    • Autocapitalization Type
    • Autocomplete Token
    • Context
    • Icon
    • Image
    • Size
These docs refer to the older 1.x release of Dynamic Flow.
Go to the latest docs

Status List Layout

Android - 8.25.0 iOS - 11539 Web - 2.5.0

A list of items with statuses.

Properties

PropertyTypeRequiredDescription
controlStringNoSpecify a particular control to use to represent the layout. If the control is unknown, it will be ignored.
itemsArray<StatusListLayout.Item>YesArray of items.
marginSizeNoThe vertical margin to apply after this component. Defaults to md.
titleStringNoThe user-facing title.
typeStringYesIt must be status-list.

Related Types

Item

A single entry in a Status List Layout.

Properties

PropertyTypeRequiredDescription

callToAction

StatusListLayout.Item.CallToAction

No

A titled call to action which can be performed by the user.

Android - Unsupported iOS - Unsupported Web - Unsupported

⚠️ Experimental - This may be changed in the future without notice.

descriptionStringNoA user-facing description.
iconIconYesAn icon to represent the item.
statusStatusListLayout.StatusNoThe status of the item, if it has one.

tag

String

No

An optional identifier to be used in custom renderers.

Android - 8.101.0 iOS - 12987 Web - 4.0.0

⚠️ Experimental - This may be changed in the future without notice.

titleStringYesA user-facing title.

Status

Represents the state of an item in a Status List Layout.

Values

ValueDescription
doneThe item is complete.
not-doneThe item has not been started or is waiting for input from the user.
pendingThe item is in progress and no input is needed from the user.

Call To Action

The call to action configuration to be used by the status list item.

Properties

PropertyTypeRequiredDescription
accessibilityDescriptionStringNoA description of the call to action to be used by screen readers.
behaviorBehaviorYesBehavior that should be performed when user interacts with call to action.
titleStringYesA user-facing title.