replaceOutput property

Future Function(Object, [NotebookCell?]) get replaceOutput

Implementation

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

Implementation

set replaceOutput(
    _i2.Future<_i2.dynamic> Function(
      _i2.Object, [
      _i3.NotebookCell?,
    ]) value) {
  _i5.setProperty(
    this,
    'replaceOutput',
    _i5.allowInterop(value),
  );
}