setBoundVariableForLayoutGrid property
Object Function(Object, VariableBindableLayoutGridField, [Variable?])
get
setBoundVariableForLayoutGrid
Implementation
_i2.Object Function(
_i2.Object,
_i3.VariableBindableLayoutGridField, [
_i3.Variable?,
]) get setBoundVariableForLayoutGrid => (
_i2.Object p0,
_i3.VariableBindableLayoutGridField p1, [
_i3.Variable? p2,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'setBoundVariableForLayoutGrid',
),
r'call',
[
this,
p0,
p1.name,
p2 ?? _i7.undefined,
],
);
set
setBoundVariableForLayoutGrid
(Object value(Object, VariableBindableLayoutGridField, [Variable?]))
Implementation
set setBoundVariableForLayoutGrid(
_i2.Object Function(
_i2.Object,
_i3.VariableBindableLayoutGridField, [
_i3.Variable?,
]) value) {
_i5.setProperty(
this,
'setBoundVariableForLayoutGrid',
_i5.allowInterop(value),
);
}