Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFilterRegisterFunction

Interface for the FilterRegisterFunction. You can pass such a function to register the mesh filters to your template engine.

Hierarchy

  • IFilterRegisterFunction

Callable

  • __call(engine: any, key: string, filterfunction: Function): void
  • Interface for the FilterRegisterFunction. You can pass such a function to register the mesh filters to your template engine.

    Parameters

    • engine: any
    • key: string
    • filterfunction: Function

    Returns void

Generated using TypeDoc