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

Review Layout

Android - 8.25.0 iOS - 11539 Web - 2.5.0

A list of read-only fields used to show information to the user for review.

Properties

PropertyTypeRequiredDescription

callToAction

ReviewLayout.CallToAction

No

A titled Action which can be performed by the user

Android - 8.38.0 iOS - 11649 Web - 2.5.0

controlStringNoSpecify a particular control to use to represent the layout. If the control is unknown, it will be ignored.
fieldsArray<ReviewLayout.Field>YesThe fields to be reviewed.
marginSizeNoThe vertical margin to apply after this component. Defaults to md.
titleStringNoTitle for the review block.
typeStringYesIt must be review.

Related Types

Field

A single field in a Review Layout

Properties

PropertyTypeRequiredDescription

help

Help

No

Provide additional help information to the user.

Android - 8.25.0 iOS - 11840 Web - 2.5.0

labelStringYesThe user-facing label.

rawValue

String

No

The value of the field without any formatting applied. This can be used when you display a formatted value to the user, but want to provide an unformatted value to the client for other uses, for example when copying the value to the clipboard.

Android - 8.87.0 iOS - 12748 Web - 3.24.0

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.

valueStringYesThe user-facing value.

Call To Action

Adds an Action to the review layout. For example, it could be used to provide an edit action.

Properties

PropertyTypeRequiredDescription
actionActionYesThe Action which should be performed.
titleStringYesA user-facing title.