Interface RenderConfig.CypherRenderingOptions

All Superinterfaces:
RenderConfig.AdditionalRenderingOptions
Enclosing class:
RenderConfig

public static interface RenderConfig.CypherRenderingOptions extends RenderConfig.AdditionalRenderingOptions
Additional options passed to a Cypher renderer. Some options might be ignored for some content.
Since:
1.13.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
    This setting will only have effect if an index uses an option map defining a valid index provider for property indexes.
  • Method Details

    • includingOptions

      default boolean includingOptions()
      Returns:
      true to enable rendering of options
    • useExplicitPropertyIndexType

      default boolean useExplicitPropertyIndexType()
      This setting will only have effect if an index uses an option map defining a valid index provider for property indexes.
      Returns:
      true to enable the use of explicit index types for property index based on the index provider