layoutIdentifier property

  1. @JsonKey(name: 'layoutIdentifier')
String? layoutIdentifier
getter/setter pair

A string identifier for a custom visual layout to apply to this talent node. Unfortunately, we do not have any data for rendering these custom layouts. It will be up to you to interpret these strings and change your UI if you want to have custom UI matching these layouts.

Implementation

@JsonKey(name:'layoutIdentifier')
String? layoutIdentifier;