Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > FieldVariableFromJsonConfig
Interfejs FieldZmiennaFromJsonConfig
dla pola zmiennej.
Podpis:
export interface FieldVariableFromJsonConfig extends FieldVariableConfig
Rozszerza: FieldVariableConfig
Właściwości
Właściwość |
Modyfikatory |
Typ |
Opis |
zmienną? |
|
ciąg znaków |
(Opcjonalnie) |
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-09-12 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-09-12 UTC."],[[["The `FieldVariableFromJsonConfig` interface defines configuration options for creating variable fields from JSON."],["It extends the `FieldVariableConfig` interface and adds an optional `variable` property of type string."],["The `variable` property can be used to specify the initial value of the variable field."]]],["The `FieldVariableFromJsonConfig` interface provides configuration options for a variable field, extending the `FieldVariableConfig` interface. It includes an optional `variable` property of type string. This property likely represents the name or identifier of the variable associated with the field, allowing for customization during JSON configuration. In essence, it permits specifying a variable when defining the field from a JSON structure.\n"]]