MPISiblingGroup

data class MPISiblingGroup(val label: String, val siblings: List<String>)

MPISiblingGroup represents a group of related MPINavigatable.MPILocation

Constructors

Link copied to clipboard
fun MPISiblingGroup(label: String, siblings: List<String>)

Properties

Link copied to clipboard
val label: String
Link copied to clipboard
val siblings: List<String>

An array of ids of MPINavigatable.MPILocation under the same MPISiblingGroup