Interface IDiagramConfig.Jsii$Default

    • Method Detail

      • getFormat

        @Stability(Experimental)
        @Nullable
        default Object getFormat()
        (experimental) The output format(s) to generated.

        Default: `DiagramFormat.PNG` - which will through extension also generate `DiagramFormat.SVG` and `DiagramFormat.DOT`

        Specified by:
        getFormat in interface IDiagramConfigBase
        Specified by:
        getFormat in interface IDiagramConfigBase.Jsii$Default
      • getName

        @Stability(Experimental)
        @NotNull
        default String getName()
        (experimental) Name of the diagram.

        Used as the basename of the generated file(s) which gets the extension appended.

        Specified by:
        getName in interface IDiagramConfig
      • getTitle

        @Stability(Experimental)
        @NotNull
        default String getTitle()
        (experimental) The title of the diagram.
        Specified by:
        getTitle in interface IDiagramConfig
      • getIgnoreDefaults

        @Stability(Experimental)
        @Nullable
        default Boolean getIgnoreDefaults()
        (experimental) Indicates if default diagram config is applied as defaults to this config.

        Default: false

        Specified by:
        getIgnoreDefaults in interface IDiagramConfig