Skip to main content

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