blockly > serializzazione > procedure > Stato
Interfaccia serialization.procedures.State
Rappresenta lo stato di un modello di procedura.
Firma:
export interface State
Proprietà
Proprietà |
Modificatori |
Tipo |
Descrizione |
id |
|
stringa |
|
name |
|
stringa |
|
? |
|
ParameterState[] |
(Facoltativo) |
returnTypes |
|
stringa[] | null |
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-12 UTC.
[null,null,["Ultimo aggiornamento 2024-09-12 UTC."],[[["The `serialization.procedures.State` interface represents the state of a procedure model."],["It includes properties like `id`, `name`, optional `parameters`, and `returnTypes` to define the procedure's structure."],["The `parameters` property is an array of `ParameterState` objects, while `returnTypes` is an array of strings or null."]]],["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"]]