Document! X and HelpStudio 2017
In This Topic
    InheritanceAndImplementationSyntax Metadata Element
    In This Topic
    Description
    Outputs the inheritance and implementation portion of the Syntax block for types.
    Usage

    This Metadata Element can only be used in Page Types or Scraps that relate to the Javascript Library Documentation Item Types listed below. (more info)

    • Class
    • Structure
    • Interface
    • Enumeration
    Use in Page Types or scraps that do not relate to these specific Item Types may result in unexpected output or documentation build errors.
    Parameters
    ParameterTypeDescription
    textThe scrap name (prefixed with the lang parameter) used if the current item only has implemented interfaces.
    textThe scrap name (prefixed with the lang parameter) used if the current item inherits and has implemented interfaces.
    textThe scrap name (prefixed with the lang parameter) used if the current item inherits, but has no implemented interfaces.
    langThe language for which the inheritance and implementation syntax should be formatted (e.g. "cs", "vb").