@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
20 lines (19 loc) • 610 B
TypeScript
export declare const Config: {
prefixCls: string;
autoInsertCSS: boolean;
useCSSSelector: boolean;
trackable: boolean;
trackInfo: {};
/**
* Turn on/off collect information of user client.
*
* In order to serve the users better, x6 will send the URL and version
* information back to the AntV server:https://kcart.alipay.com/web/bi.do
*
* Except for URL and G2 version information, no other information will
* be collected.
*
* @param enabled Specifies if seed client information to AntV server.
*/
track(enabled: boolean): void;
};