blockly > serializacja > workspaceComments > Stan
Podpis:
export interface State
Właściwości
Właściwość |
Modyfikatory |
Typ |
Opis |
zwinięte? |
|
wartość logiczna |
(Opcjonalnie) |
deletable? |
|
wartość logiczna |
(Opcjonalnie) |
Czy można edytować? |
|
wartość logiczna |
(Opcjonalnie) |
wysokość |
|
liczba |
(Opcjonalnie) |
id? |
|
ciąg znaków |
(Opcjonalnie) |
przenośne? |
|
wartość logiczna |
(Opcjonalnie) |
tekst? |
|
ciąg znaków |
(Opcjonalnie) |
width? |
|
liczba |
(Opcjonalnie) |
x? |
|
liczba |
(Opcjonalnie) |
y? |
|
liczba |
(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-11-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-04 UTC."],[[["The `serialization.workspaceComments.State` interface defines the properties needed to serialize or deserialize the state of a workspace comment in Blockly."],["All properties within this interface are optional, allowing for flexible representation of workspace comment states."],["Properties include basic attributes like `id`, `text`, dimensions (`width`, `height`), position (`x`, `y`), and behavioral flags (`collapsed`, `deletable`, `editable`, `movable`)."],["This interface is crucial for saving and loading the state of workspace comments, enabling persistence and restoration of user interactions."]]],[]]