Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPrintable

Objects who provide a custom way of printing themselves should implement this interface.

Hierarchy

  • IPrintable

Implemented by

Index

Properties

Properties

[symbol]

[symbol]: () => () => Promise<void>

Type declaration

    • (): () => Promise<void>
    • Returns a function to print this object or null if it cannot be printed.

      Returns () => Promise<void>

        • (): Promise<void>
        • Returns Promise<void>

Generated using TypeDoc