ricos-schema
Advanced tools
Comparing version 8.21.2-alpha.0 to 8.21.3-alpha.0
export interface Selection { | ||
/** Selection start node key */ | ||
anchorNode: string; | ||
/** Selection start offset (default: 0) */ | ||
/** Selection start offset */ | ||
anchorOffset?: number; | ||
/** Selection end node key */ | ||
focusNode?: string; | ||
/** Selection end offset (default: 0) */ | ||
/** Selection end offset */ | ||
focusOffset?: number; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "ricos-schema", | ||
"version": "8.21.2-alpha.0", | ||
"version": "8.21.3-alpha.0", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Matan Harsat", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1043957
205