Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

addTargetFormDecoration

  • addTargetFormDecoration(target: any, type: string, key: string | number | symbol, options?: {}): void

Const hint

  • hint(hintText?: string): <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor) => any
  • Parameters

    • hintText: string = ''

    Returns <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor) => any

      • <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor): any
      • Type parameters

        • T

        Parameters

        • target: T
        • key: keyof T
        • Optional descriptor: PropertyDescriptor

        Returns any

Const label

  • label(labelText?: string): <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor) => any
  • Parameters

    • labelText: string = ''

    Returns <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor) => any

      • <T>(target: T, key: keyof T, descriptor?: PropertyDescriptor): any
      • Type parameters

        • T

        Parameters

        • target: T
        • key: keyof T
        • Optional descriptor: PropertyDescriptor

        Returns any

Generated using TypeDoc