Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HelperOptions

Helper decorator options

interface
see

helper The helper decorator function

Hierarchy

  • HelperOptions

Index

Properties

Optional binding

binding: BindingInWhenOnSyntax<any>

Optional bindings

bindings: object

Type declaration

  • [key: string]: string

Optional cls

cls: any

set by the decorator

Optional config

sdfsdf

Optional configKey

configKey: string

the key used to inject the parsed configuration into the instance of the helper. default 'config'

Optional depends

depends: string[]

other helpers that this helper depends on

Optional enableDepends

enableDepends: boolean

should the helper enable it's dependencies if their not already enabled

Optional enabled

enabled: boolean

Enables listeners, ...

Optional listeners

listeners: object

Bind events to methods

Type declaration

  • [event: string]: string

Optional name

name: string

set by the decorator

Optional singleton

singleton: boolean

Generated using TypeDoc