Skip to main content

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

ParameterType
entities{ }

Returns

void

Inherited from

ReactorPanelModel.decodeEntities

encodeEntities()

encodeEntities(): {
};

Returns

{
}

Inherited from

ReactorPanelModel.encodeEntities

fromArray()

fromArray(payload, engine): void;

Parameters

ParameterType
payload{ _encoded: { }; expandHorizontal: boolean; expandVertical: boolean; height: number; id: string; type: string; width: number; }
payload._encoded{ }
payload.expandHorizontalboolean
payload.expandVerticalboolean
payload.heightnumber
payload.idstring
payload.typestring
payload.widthnumber
engineWorkspaceEngineInterface

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;
}
NameType
_encoded{ }
expandHorizontalboolean
expandVerticalboolean
heightnumber
idstring
typestring
widthnumber

Inherited from

ReactorPanelModel.toArray

waitForDeserializeToComplete()

waitForDeserializeToComplete(): Promise<void>;

Returns

Promise<void>

Inherited from

ReactorPanelModel.waitForDeserializeToComplete