replaceOutputItems property

Future Function(Object, NotebookCellOutput) get replaceOutputItems

Implementation

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

Implementation

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