mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Make props of ConnectionState optional (#7093)
This commit is contained in:
@@ -37,8 +37,8 @@ import * as serializationRegistry from './registry.js';
|
||||
* Represents the state of a connection.
|
||||
*/
|
||||
export interface ConnectionState {
|
||||
shadow: State | undefined;
|
||||
block: State | undefined;
|
||||
shadow?: State;
|
||||
block?: State;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user