Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > serialization > procedury > Stan
Interfejs serialization.procedures.State
Reprezentuje stan modelu procedury.
Podpis:
export interface State
Właściwości
| Właściwość |
Modyfikatory |
Typ |
Opis |
| id |
|
ciąg znaków |
|
| name |
|
ciąg znaków |
|
| ? |
|
ParameterState[] |
(Opcjonalnie) |
| returnTypes |
|
string[] | wartość null |
|
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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["The `serialization.procedures.State` interface defines the state of a procedure model. It includes the procedure's `id` and `name`, both represented as strings. Optionally, it can include an array of `ParameterState` objects in the `parameters` property. The `returnTypes` property can be either an array of strings or `null`, indicating the types returned by the procedure. These properties define the complete state of a procedure.\n"]]