componentKeyPath property

  1. @TagNumber(2)
PbList<String> get componentKeyPath

@doc A list of component ancestors (in the case the node is nested inside one or more components).

Implementation

@$pb.TagNumber(2)
$pb.PbList<$core.String> get componentKeyPath => $_getList(1);