column property

  1. @JsonKey(name: 'column')
int? column
getter/setter pair

The visual "column" where the node should be shown in the UI. If negative, the node is hidden.

Implementation

@JsonKey(name:'column')
int? column;