completeFramesOnly property
bool
get
completeFramesOnly
Implementation
bool get completeFramesOnly =>
js_util.getProperty(this, 'completeFramesOnly');
set
completeFramesOnly
(bool newValue)
Implementation
set completeFramesOnly(bool newValue) {
js_util.setProperty(this, 'completeFramesOnly', newValue);
}