TypeDescriber.this

Constructor with custom title and description template

This describer will replace ${identity} with formatted identity and ${component} with formatted component in title and description using identityFormatter and componentFormatter for formatting.

Parameters

title string

title template used to generate description title

description string

description template used to generate description itself

Meta