You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.3 KiB
61 lines
1.3 KiB
export declare const HANDLE_ICON_DEFAULT_CFG: {
|
|
readonly fill: "#fff";
|
|
readonly lineWidth: 1;
|
|
readonly radius: 2;
|
|
readonly size: 10;
|
|
readonly stroke: "#bfbfbf";
|
|
readonly strokeOpacity: 1;
|
|
readonly zIndex: 0;
|
|
};
|
|
export declare const HANDLE_LABEL_DEFAULT_CFG: {
|
|
readonly fill: "#000";
|
|
readonly fillOpacity: 0.45;
|
|
readonly fontSize: 12;
|
|
readonly textAlign: "center";
|
|
readonly textBaseline: "middle";
|
|
readonly zIndex: 1;
|
|
};
|
|
export declare const HANDLE_DEFAULT_CFG: {
|
|
readonly x: 0;
|
|
readonly y: 0;
|
|
readonly orientation: "horizontal";
|
|
readonly showLabel: true;
|
|
readonly type: "start";
|
|
};
|
|
export declare const CLASS_NAMES: {
|
|
foreground: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
handle: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
selection: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
sparkline: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
sparklineGroup: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
track: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
brushArea: {
|
|
name: string;
|
|
class: string;
|
|
id: string;
|
|
};
|
|
};
|
|
|