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

Summary

Android - 8.25.0 iOS - 11539 Web - 2.5.0

Summary specifies a configuration to produce user-facing copy for child schemas of List.

Default values may be specified to be used if values are not provided on child schemas.

Subtypes

Provider

A schema which provides values for the summary.

Properties

PropertyTypeRequiredDescription
providesDescriptionBooleanNoIf true, the value of this schema can be used as a summary description.
providesIconBooleanNoIf true, the icon of this schema can be used as a summary icon.
providesImageBooleanNoIf true, the image of this schema can be used as a summary image.
providesTitleBooleanNoIf true, the value of this schema can be used as a summary title.

Summariser

A schema which summarises its child schemas.

Default values can be specified for the summary if values are not provided by its child schemas.

Properties

PropertyTypeRequiredDescription
defaultDescriptionStringNoA description to be used for the summary if a description is not provided by a child schema.
defaultIconIconNoAn icon to be used for the summary if an icon is not provided by a child schema.
defaultImageImageLayoutNoAn image to be used for the summary if an image is not provided by a child schema.
defaultTitleStringNoA title to be used for the summary if a title is not provided by a child schema.
providesDescriptionBooleanNoIf true, the value of this schema can be used as a summary description.
providesIconBooleanNoIf true, the icon of this schema can be used as a summary icon.
providesImageBooleanNoIf true, the image of this schema can be used as a summary image.
providesTitleBooleanNoIf true, the value of this schema can be used as a summary title.