HciPreselectionNode

data class HciPreselectionNode(loc: HciLocation, edges: List<HciPreselectionEdge>, id: String?)

Properties

edges
Link copied to clipboard
val edges: List<HciPreselectionEdge>
id
Link copied to clipboard
val id: String?
loc
Link copied to clipboard
val loc: HciLocation