LoggingDebugPanelModel
Extends
ReactorPanelModel
Constructors
Constructor
new LoggingDebugPanelModel(): LoggingDebugPanelModel;
Returns
LoggingDebugPanelModel
Overrides
ReactorPanelModel.constructor
Accessors
grabAttention
Inherited from
ReactorPanelModel.grabAttention
Methods
decodeEntities()
decodeEntities(entities): void;
Parameters
| Parameter | Type |
|---|---|
entities | { } |
Returns
void
Inherited from
ReactorPanelModel.decodeEntities
encodeEntities()
encodeEntities(): {
};
Returns
{
}
Inherited from
ReactorPanelModel.encodeEntities
fromArray()
fromArray(payload, engine): void;
Parameters
| Parameter | Type |
|---|---|
payload | { _encoded: { }; expandHorizontal: boolean; expandVertical: boolean; height: number; id: string; type: string; width: number; } |
payload._encoded | { } |
payload.expandHorizontal | boolean |
payload.expandVertical | boolean |
payload.height | number |
payload.id | string |
payload.type | string |
payload.width | number |
engine | WorkspaceEngineInterface |
Returns
void
Inherited from
ReactorPanelModel.fromArray
isSerializable()
isSerializable(): boolean;
Returns
boolean
Inherited from
ReactorPanelModel.isSerializable
toArray()
toArray(): {
_encoded: {
};
expandHorizontal: boolean;
expandVertical: boolean;
height: number;
id: string;
type: string;
width: number;
};
Returns
{
_encoded: {
};
expandHorizontal: boolean;
expandVertical: boolean;
height: number;
id: string;
type: string;
width: number;
}
| Name | Type |
|---|---|
_encoded | { } |
expandHorizontal | boolean |
expandVertical | boolean |
height | number |
id | string |
type | string |
width | number |
Inherited from
ReactorPanelModel.toArray
waitForDeserializeToComplete()
waitForDeserializeToComplete(): Promise<void>;
Returns
Promise<void>
Inherited from
ReactorPanelModel.waitForDeserializeToComplete