Function nopeProperty

  • Decorator, will link the Parameter to Nope and make it available. it available as Nope-Property.

    Parameters

    • options: IEventOptions

      The Options, describing the settings for linking.

    Returns ((target, propertyKey, descriptor) => void)

      • (target, propertyKey, descriptor): void
      • Parameters

        • target: INopeModule
        • propertyKey: string
        • descriptor: PropertyDescriptor

        Returns void

Generated using TypeDoc