Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > isVariableBackedParameterModel
Funkcja isZmiennaBackedParametrModel()
Zwraca, czy dany obiekt jest obiektem zmiennej.
Podpis:
export declare function isVariableBackedParameterModel(param: IParameterModel): param is IVariableBackedParameterModel;
Parametry
Zwroty:
Parametr to IVariableBackedParameterModel
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-08-22 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-08-22 UTC."],[[["Determines if an object is a variable holder using the `isVariableBackedParameterModel()` function."],["This function accepts an `IParameterModel` object as input and returns true if it's an `IVariableBackedParameterModel`, indicating it holds a variable."]]],["The `isVariableBackedParameterModel()` function determines if a given object is a variable holder. It accepts a parameter of type `IParameterModel` and returns a boolean indicating whether this parameter is also of type `IVariableBackedParameterModel`. The function's core action is to check the type of the input `param` against the `IVariableBackedParameterModel` interface, providing a true/false answer regarding its variable-holding capability.\n"]]