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