/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict";
const props = this.grips.get(grip.actorID); if (!props) { // Fetch missing data from the backend. Returning a promise // from data provider causes the tree to show a spinner. returnthis.dispatch(fetchProperties(grip));
}
return props;
}
hasChildren(object) { if (object instanceof Property) { const value = this.getValue(object); if (!value) { returnfalse;
} const grip = value?.getGrip ? value.getGrip() : value;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.