Options
All
  • Public
  • Public/Protected
  • All
Menu

Module inheritance

Index

Functions

functionSource

  • functionSource<T>(arg1: T, arg2: T): string
  • Function summary

    This part of the commentary will be inherited by other entities

    remarks

    Remarks will be inherited

    example

    This part of the commentary will not be inherited

    Type parameters

    • T

      Type of arguments

    Parameters

    • arg1: T

      First argument

    • arg2: T

      Second argument

    Returns string

    Stringified sum or concatenation of numeric arguments

functionTargetGlobal

  • functionTargetGlobal(): string
  • This is a interface function of IPrintNameInterface

    Returns string

functionTargetLocal

  • functionTargetLocal<T>(arg1: T, arg2: T): string
  • Function summary

    This part of the commentary will be inherited by other entities

    example

    Additional tags are not inherited

    remarks

    Remarks will be inherited

    Type parameters

    • T

      Type of arguments

    Parameters

    • arg1: T

      First argument

    • arg2: T

      Second argument

    Returns string

    This will be inherited

Generated using TypeDoc