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

List Layout

Android - Unsupported iOS - Unsupported Web - Unsupported

⚠️ Warning! List Layout is experimental and may be changed in the future without notice.

A list of read-only fields displaying information with optional images or icons for the user.

Properties

PropertyTypeRequiredDescription
callToActionListLayout.CallToActionNoA titled call to action which can be performed by the user.
controlStringNoSpecify a particular control to use to represent the layout. If the control is unknown, it will be ignored.
itemsArray<ListLayout.Item>YesArray of items.
marginSizeNoThe vertical margin to apply after this component. Defaults to md.
titleStringNoThe user-facing title.
typeStringYesIt must be list.

Related Types

Item

A single entry in a List Layout.

Properties

PropertyTypeRequiredDescription
iconIconNoAn icon to represent the item.
imageImageNoAn image to represent the option.
subtitleStringNoA user-facing subtitle.
subvalueStringNoA user-facing subvalue.

tag

String

No

An optional identifier to be used in custom renderers.

Android - Unsupported iOS - Unsupported Web - Unsupported

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

titleStringNoA user-facing title.
valueStringNoA user-facing value.

Call To Action

The call to action configuration used by List Layout. For example, it could be used to provide an edit action.

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.