MockEmptyDeltaConnection Class
Mock implementation of IDeltaConnection
Signature
export declare class MockEmptyDeltaConnection implements IDeltaConnection
Implements: IDeltaConnection
Properties
Property | Type | Description |
---|---|---|
connected | boolean |
Methods
Method | Return Type | Description |
---|---|---|
attach(handler) | void | |
dirty() | void | |
submit(messageContent) | number |
Property Details
connected
Signature
connected: boolean;
Type: boolean
Method Details
attach
Signature
attach(handler: any): void;
Parameters
Parameter | Type | Description |
---|---|---|
handler | any |
dirty
Signature
dirty(): void;
submit
Signature
submit(messageContent: any): number;
Parameters
Parameter | Type | Description |
---|---|---|
messageContent | any |
Returns
Return type: number