Class DocumentSymbolOptions

    • Constructor Detail

      • DocumentSymbolOptions

        public DocumentSymbolOptions()
      • DocumentSymbolOptions

        public DocumentSymbolOptions​(java.lang.String label)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        A human-readable string that is shown when multiple outlines trees are shown for the same document.

        Since 3.16.0

      • setLabel

        public void setLabel​(java.lang.String label)
        A human-readable string that is shown when multiple outlines trees are shown for the same document.

        Since 3.16.0