//[astronomy](../../../index.md)/[io.github.cosinekitty.astronomy](../index.md)/[NodeEventInfo](index.md) # NodeEventInfo class [NodeEventInfo](index.md)(time: [Time](../-time/index.md), kind: [NodeEventKind](../-node-event-kind/index.md)) Information about an ascending or descending node of a body. This object is returned by [searchMoonNode](../search-moon-node.md) and [nextMoonNode](../next-moon-node.md) to report information about the center of the Moon passing through the ecliptic plane. ## Constructors | | | |---|---| | [NodeEventInfo](-node-event-info.md)
fun [NodeEventInfo](-node-event-info.md)(time: [Time](../-time/index.md), kind: [NodeEventKind](../-node-event-kind/index.md)) | ## Properties | Name | Summary | |---|---| | [kind](kind.md)
val [kind](kind.md): [NodeEventKind](../-node-event-kind/index.md)
Whether the node is ascending or descending. | | [time](time.md)
val [time](time.md): [Time](../-time/index.md)
The time of the body's node. |