combineAsVariants property

ComponentSetNode Function(ReadonlyArray<ComponentNode>, Object, [num?]) get combineAsVariants

Implementation

_i3.ComponentSetNode Function(
  _i4.ReadonlyArray<_i3.ComponentNode>,
  _i2.Object, [
  _i2.num?,
]) get combineAsVariants => (
      _i4.ReadonlyArray<_i3.ComponentNode> p0,
      _i2.Object p1, [
      _i2.num? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'combineAsVariants',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i7.undefined,
          ],
        );
set combineAsVariants (ComponentSetNode value(ReadonlyArray<ComponentNode>, Object, [num?]))

Implementation

set combineAsVariants(
    _i3.ComponentSetNode Function(
      _i4.ReadonlyArray<_i3.ComponentNode>,
      _i2.Object, [
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'combineAsVariants',
    _i5.allowInterop(value),
  );
}