dot big bang

Developer API
Menu

Namespace PropertyDecorators

All
  • Public
  • Public/Protected
  • All

Index

Functions

description

  • description(text: string): (classPrototype: Object, property: string | symbol) => void
  • Parameters

    • text: string

    Returns (classPrototype: Object, property: string | symbol) => void

      • (classPrototype: Object, property: string | symbol): void
      • Parameters

        • classPrototype: Object
        • property: string | symbol

        Returns void

hidden

  • hidden(): (classPrototype: Object, property: string | symbol) => void
  • Returns (classPrototype: Object, property: string | symbol) => void

      • (classPrototype: Object, property: string | symbol): void
      • Parameters

        • classPrototype: Object
        • property: string | symbol

        Returns void

multiline

  • multiline(enabled: boolean): (classPrototype: Object, property: string | symbol) => void
  • Parameters

    • enabled: boolean

    Returns (classPrototype: Object, property: string | symbol) => void

      • (classPrototype: Object, property: string | symbol): void
      • Parameters

        • classPrototype: Object
        • property: string | symbol

        Returns void

numberRange

  • numberRange(min: number, max: number): (classPrototype: Object, property: string | symbol) => void
  • Parameters

    • min: number
    • max: number

    Returns (classPrototype: Object, property: string | symbol) => void

      • (classPrototype: Object, property: string | symbol): void
      • Parameters

        • classPrototype: Object
        • property: string | symbol

        Returns void