Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClassTemplate

Hierarchy

Index

Constructors

constructor

Properties

Protected bundler

bundler: HTMLBundler

Methods

Protected attributes

  • attributes(properties: Set<Property>): string

Protected cssClass

Protected forEach

  • forEach<T>(a: object, callback: function, separator?: string): string

Private generalizations

  • generalizations(model: Class): string

generateFilename

  • generateFilename(data: any, options?: any): string
  • Generates a filename for given data

    Parameters

    • data: any

      The data to render

    • Default value options: any = {}

      Some options to pass to the renderer

    Returns string

    The generated filename

Protected instanceOf

isSupporting

  • isSupporting(element: Element, options: any): boolean

Protected layout

  • layout(model: ModelElement, options: any, body: string): string

Protected main

  • main(title: string, baseHref: string, roots: Set<ModelElement>, active: string, body: string): string

Protected operations

  • operations(operations: Set<Operation>): string

Protected ref

render

  • render(element: Element, options: any, next: function): string

Protected uriNameFor

Generated using TypeDoc