Bixby Developer Center

References

detail-view

optional

A view that represents the detailed layout (as opposed to the summary layout). The detail-view shows when the user taps on the summary or when the user taps on an item in an input-view or result-view for more information about that item.

Example

state (Scheduled) {
expires (statusRefreshTime)
summary-view {
message {
template ("#{value(orderState)}")
}
primary{
template ("#{value(order)}")
}
}
detail-view {
layout-match (this) {
mode (Details)
}
}
}

You can read more about layout modes in the Developer's Guide.

Note

A detail view cannot show dialogs unless the allow-dialogs-on-detail-pages runtime flag is set.

Child Keys

conversation-drivers
optional
Provides convenient shortcuts to related actions
render
optional
Renders the specified view for users