disableChildSubscreenNavigation property

  1. @JsonKey(name: 'disableChildSubscreenNavigation')
bool? disableChildSubscreenNavigation
getter/setter pair

If this presentation node has children, but the game doesn't let you inspect the details of those children, that is indicated here.

Implementation

@JsonKey(name:'disableChildSubscreenNavigation')
bool? disableChildSubscreenNavigation;