@ones-editor/editor 2.1.1-beta.42 → 2.1.1-beta.43

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.
@@ -151,6 +151,7 @@ export interface CommandItem {
151
151
  defaultCheckedChildren?: string[];
152
152
  ellipsisTooltip?: string;
153
153
  disableTooltip?: boolean;
154
+ tooltipPlacement?: CommandItemChildrenPlacement;
154
155
  disableReason?: string;
155
156
  hideGroupItem?: boolean;
156
157
  setCloseable?: (closeable: Closeable) => void;