Open

data class Open(val searchQuery: String?, val anchorPoint: Point?, val boundingBox: BoundingBox?) : SearchVisibilityAction

Constructors

Link copied to clipboard
constructor(searchQuery: String?, anchorPoint: Point?, boundingBox: BoundingBox?)

Properties

Link copied to clipboard
val anchorPoint: Point?
Link copied to clipboard
val boundingBox: BoundingBox?
Link copied to clipboard