componentClassNodeKeyRef property

  1. @TagNumber(13)
FFNodeKeyReference get componentClassNodeKeyRef

@doc The key of the component to display in the dialog.

Implementation

@$pb.TagNumber(13)
FFNodeKeyReference get componentClassNodeKeyRef => $_getN(12);
  1. @TagNumber(13)
set componentClassNodeKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(13)
set componentClassNodeKeyRef(FFNodeKeyReference value) =>
    $_setField(13, value);