neo4j_config_set_render_wrap_markers

Enable or disable the rendering of wrap markers when wrapping or truncating.

If set to true, then values that are wrapped or truncated will be rendered with a wrap marker. The default value for this is true.

@note This only applies when rendering results to a table.

@param config The neo4j client configuration to update. @param enable true to display wrap markers, and false to disable this behaviour.

extern (C)
void
neo4j_config_set_render_wrap_markers

Meta