BottomAppBarTileSchema
data class BottomAppBarTileSchema(val id: String, val events: SerializableImmutableList<EventSchema>?, val style: StyleSchema, val searchableTerms: SerializableImmutableList<String>?, val visibility: TileSchema.Visibility, val actions: SerializableImmutableList<TileSchema>, val floatingActionButton: TileSchema? = null) : TileSchema
Renders a Material 3 BottomAppBar with actions laid out in a RowScope on the leading side and an optional floatingActionButton docked at the trailing edge (any tile, typically a FloatingActionButton).
Triggers dispatched: none. The bar itself emits no trigger and is not clickable, so any events declared on it are never fired — wire events on the action tiles instead.
Constructors
Link copied to clipboard
constructor(id: String, events: SerializableImmutableList<EventSchema>?, style: StyleSchema, searchableTerms: SerializableImmutableList<String>?, visibility: TileSchema.Visibility, actions: SerializableImmutableList<TileSchema>, floatingActionButton: TileSchema? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "searchableTerms")
Link copied to clipboard
Link copied to clipboard