@plait/mind
Version:
Implementation of the core logic of the mind map plugin.
19 lines (18 loc) • 830 B
TypeScript
export declare const WithMindPluginKey = "plait-mind-plugin-key";
export declare const BASE = 4;
export declare const PRIMARY_COLOR = "#6698FF";
export declare const GRAY_COLOR = "#AAAAAA";
export declare const STROKE_WIDTH = 2;
export declare const RESIZE_HANDLE_BUFFER_DISTANCE = 8;
export declare const NODE_MORE_LINE_DISTANCE = 10;
export declare const NODE_MORE_STROKE_WIDTH = 2;
export declare const NODE_MORE_ICON_DIAMETER = 20;
export declare const NODE_MORE_BRIDGE_DISTANCE = 10;
export declare const NODE_ADD_CIRCLE_COLOR: string;
export declare const NODE_ADD_HOVER_COLOR = "#6698FF";
export declare const NODE_ADD_INNER_CROSS_COLOR = "white";
export declare const DEFAULT_MIND_IMAGE_WIDTH = 240;
export declare enum MindI18nKey {
mindCentralText = "mind-center-text",
abstractNodeText = "abstract-node-text"
}