carouselNodeKeyRef property

  1. @TagNumber(4)
FFNodeKeyReference get carouselNodeKeyRef

@doc The node key reference to the carousel to perform the action on.

Implementation

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

Implementation

@$pb.TagNumber(4)
set carouselNodeKeyRef(FFNodeKeyReference value) => $_setField(4, value);