componentKeyRef property

  1. @TagNumber(5)
FFNodeKeyReference get componentKeyRef

@doc Component reference of the component to be shown as the content of the @doc walkthrough step.

Implementation

@$pb.TagNumber(5)
FFNodeKeyReference get componentKeyRef => $_getN(4);
  1. @TagNumber(5)
set componentKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(5)
set componentKeyRef(FFNodeKeyReference value) => $_setField(5, value);