/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/** * In some cases, the FlexboxActor already knows the NodeActor ID of the node where the * flexbox is located. In such cases, this getter returns the NodeFront for it.
*/
get containerNodeFront() { if (!this._form.containerNodeActorID) { returnnull;
}
/** * Get the flex item sizing data.
*/
get flexItemSizing() { returnthis._form.flexItemSizing;
}
/** * In some cases, the FlexItemActor already knows the NodeActor ID of the node where the * flex item is located. In such cases, this getter returns the NodeFront for it.
*/
get nodeFront() { if (!this._form.nodeActorID) { returnnull;
}
/** * In some cases, the GridActor already knows the NodeActor ID of the node where the * grid is located. In such cases, this getter returns the NodeFront for it.
*/
get containerNodeFront() { if (!this._form.containerNodeActorID) { returnnull;
}
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 ist noch experimentell.