Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrintNameInterface

This is a interface inheriting from two other interfaces.

Hierarchy

Implemented by

Index

Properties

Methods

Properties

name

name: string

This is a interface member of INameInterface.

It should be inherited by all subinterfaces.

Links - these should all point to this property:

Links - these should point to the containing interface

Methods

getName

  • getName(): string
  • This is a interface function of INameInterface.

    It should be inherited by all subinterfaces.

    Returns string

print

  • print(value: string): void
  • This is a interface function of IPrintInterface

    It should be inherited by all subinterfaces.

    Parameters

    • value: string

    Returns void

printName

  • printName(): void
  • This is a interface function of IPrintNameInterface

    Returns void

Generated using TypeDoc