StaticDescriber.this

Constructor accepting contents of a description

  1. this(Description!IdentityType description)
  2. this(IdentityType identity, string title, string description)
    class StaticDescriber(ComponentType = Object, IdentityType = string)
    this
    (
    const IdentityType identity
    ,
    string title
    ,)
  3. this(string title, string description)

Parameters

identity IdentityType

custom identity in case if none is passed in describing function

title string

title used in description

description string

description used to provide

Meta