Interface OldNeoVisConfig

Deprecated

for migration only

Hierarchy

  • OldNeoVisConfig

Properties

arrows?: boolean
console_debug?: boolean
container_id: string
encrypted?: "ENCRYPTION_OFF" | "ENCRYPTION_ON"
hierarchical?: boolean
hierarchical_sort_method?: "hubsize" | "directed"
initial_cypher?: string
labels?: {
    [NEOVIS_DEFAULT_CONFIG]?: OldLabelConfig;
    [label: string]: OldLabelConfig;
}

Type declaration

relationships?: {
    [NEOVIS_DEFAULT_CONFIG]?: OldRelationshipConfig;
    [relationship: string]: OldRelationshipConfig;
}

Type declaration

server_database: string
server_password: string
server_url: string
server_user: string
trust?: "TRUST_ALL_CERTIFICATES" | "TRUST_SYSTEM_CA_SIGNED_CERTIFICATES"

Generated using TypeDoc