Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > IFlyout > setContainerVisible
Metoda IFlyout.setContainerVisible()
Określ, czy kontener tego wysuwanego menu ma być widoczny.
Podpis:
setContainerVisible(visible: boolean): void;
Parametry
Parametr |
Typ |
Opis |
widoczna |
wartość logiczna |
Określa, czy kontener jest widoczny. |
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 `setContainerVisible()` method controls the visibility of an IFlyout's container."],["It accepts a boolean parameter, `visible`, indicating whether the container should be visible or hidden."],["Calling this method with `true` displays the container, while calling it with `false` hides it."]]],["The `setContainerVisible()` method, part of the `IFlyout` interface, controls the visibility of a flyout's container. It accepts a boolean parameter, `visible`, to determine the container's visibility status. When `visible` is set to `true`, the container is shown; when set to `false`, the container is hidden. The method does not return any value.\n"]]