Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > InputRow > endsWithElemSpacer
Signature :
endsWithElemSpacer(): boolean;
Renvoie :
booléen
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/11/08 (UTC)."],[[["The `endsWithElemSpacer()` method, belonging to the `blockRendering.InputRow` class, is used to determine if an input row concludes with an element spacer."],["It returns a boolean value, indicating `true` if the input row ends with an element spacer and `false` otherwise."]]],["The `endsWithElemSpacer()` method, part of the `InputRow` class within the `blockRendering` namespace, determines if an input row concludes with an element spacer. This method returns a boolean value, indicating `true` if the row ends with an element spacer and `false` otherwise. Its function is to check the ending element. The signature of the method is `endsWithElemSpacer(): boolean;`\n"]]