Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

constructor

Summary

Constructs a new instance of the DocExpandable class

Signature

constructor(parameters: {
        configuration: TSDocConfiguration;
        content?: DocSection;
    }, title?: string);

Parameters

parameters

  • Type:
{
        configuration: TSDocConfiguration;
        content?: DocSection;
    }

title

  • Type:string
  • Optional: Yes