appendOutputItems property

Future Function(Object, NotebookCellOutput) get appendOutputItems

Implementation

_i2.Future<_i2.dynamic> Function(
  _i2.Object,
  _i3.NotebookCellOutput,
) get appendOutputItems => (
      _i2.Object p0,
      _i3.NotebookCellOutput p1,
    ) =>
        _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'appendOutputItems',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        ));
set appendOutputItems (Future value(Object, NotebookCellOutput))

Implementation

set appendOutputItems(
    _i2.Future<_i2.dynamic> Function(
      _i2.Object,
      _i3.NotebookCellOutput,
    ) value) {
  _i5.setProperty(
    this,
    'appendOutputItems',
    _i5.allowInterop(value),
  );
}