DashDestinationPreviewConfig

Configuration options for UI routing.

Parameters

skipDestinationPreview

If true, the Destination Preview will be skipped and the Route Preview will be shown immediately.

titleSingleLine

If true, long Destination Preview titles will be truncated to only show a single line.

Properties

Link copied to clipboard
@Serializable(with = RedactedMapSerializer::class)
open override val customValues: MutableMap<String, Any?>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T, B : DashConfigBuilder<T, B>> DashConfigBase<T, B>.copy(func: B.() -> Unit): T

Creates a copy of a given configuration instances with options mutated by the provided function.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns a new Builder instance with copied elements of this configuration.

Link copied to clipboard
open override fun toString(): String