Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > IFlyout > scrollToStart
Przewiń wysuwane menu do początku jego zawartości.
Podpis:
scrollToStart(): void;
Zwroty:
nieważne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-14 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-10-14 UTC."],[[["The `onClick` method is associated with the `Icon` class within the `icons` namespace of Blockly."],["This method is triggered when the icon is clicked and doesn't return any specific value (void)."],["The signature `onClick(): void;` indicates the method's name, parameters (none in this case), and return type (void)."]]],["The `IFlyout.scrollToStart()` method is used to reposition a flyout's view. Its core action is to scroll the flyout container to the beginning of its content. The method takes no arguments and returns no value, indicated by `void`. The method signature, `scrollToStart(): void;`, defines its structure, and the primary function is to adjust the flyout's scroll position.\n"]]