TypeDescriber.describe

Describe a component based on it's identity and itself using generic identity and type formatter in title and description templates.

  1. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
  2. alias describe = Describer!(ComponentType, IdentityType).describe
    class TypeDescriber(ComponentType = Object, IdentityType = string)
    alias describe = Describer!(ComponentType, IdentityType).describe

Return Value

A description or empty if it is not describable by this describer

Meta