Skip to main content

constructor

Summary

Constructs a new instance of the LinkValidator class

Signature

constructor(apiModel: ApiModel, getFilenameForApiItem: (apiItem: ApiItem) => string);

Parameters

apiModel

  • Type:ApiModel

getFilenameForApiItem

  • Type:(apiItem: ApiItem) => string