plugSources property

  1. @JsonKey(name: 'plugSources')
SocketPlugSources? plugSources
getter/setter pair

Indicates where you should go to get plugs for this socket. This will affect how you populate your UI, as well as what plugs are valid for this socket. It's an alternative to having to check for the existence of certain properties (reusablePlugItems for example) to infer where plugs should come from.

Implementation

@JsonKey(name:'plugSources')
SocketPlugSources? plugSources;