@notectl/core 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -993,6 +993,8 @@ export declare interface NodeSpec<T extends string = string> {
993
993
  readonly group?: string;
994
994
  /** If true, selection cannot cross this node's boundary (e.g. table_cell). */
995
995
  readonly isolating?: boolean;
996
+ /** If true, node can be selected as an object via mouse interaction. */
997
+ readonly selectable?: boolean;
996
998
  }
997
999
 
998
1000
  /** @deprecated Use {@link NodeTypeName} for new code. */