treehouse-compose
/
app.cash.treehouse.compose
/
Node
common
Node
open class
Node
(id:
Long
, type:
Int
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
sendEvent
Link copied to clipboard
common
open fun
sendEvent
(event:
Event
)
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
common
val
id
:
Long
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
Int
Content copied to clipboard