Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "Popup")
data class PopupTileSchema(val id: String, val events: SerializableImmutableList<EventSchema>?, val style: StyleSchema, val searchableTerms: SerializableImmutableList<String>?, val visibility: TileSchema.Visibility, val tiles: SerializableImmutableList<TileSchema>, val popupTiles: SerializableImmutableList<TileSchema>, val expanded: Boolean, val alignment: AlignmentSchema.TwoDimensional, val offsetX: Int, val offsetY: Int, val focusable: Boolean, val dismissOnBackPress: Boolean, val dismissOnClickOutside: Boolean) : TileSchema

Renders an anchor — tiles, laid out with Box semantics and carrying style and visibility — with a Compose Popup containing popupTiles floating over it. The popup is only composed while expanded is true.