UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

22 lines (21 loc) 755 B
export declare class Constants { static FixedRadius: number; static LANG_LABEL_TEXT: string; static LANG_UNDEFINED: string; static validURL(str: any): boolean; static CLASS_RADIUS: number; static THING_RADIUS: number; static SPACE_BETWEEN_SPANS: number; static ADDITIONAL_TEXT_SPACE: number; static CARDINALITY_HDISTANCE: number; static CARDINALITY_VDISTANCE: number; static SPECIAL_OPERATIONS_RADIUS: number; static LITERAL_HEIGHT: number; static LITERAL_WIDTH: number; static CHARGE: number; static LABEL_HEIGHT: number; static LABEL_WIDTH: number; static DATA_TYPE_LINK_DISTANCE: number; static LINK_DISTANCE: number; static LOOP_LINK_DISTANCE: number; }