RSX Code Reference
    Preparing search index...
    • rsx
    • AttributeDecorator

    Type Alias AttributeDecorator<T>

    AttributeDecorator: (
        target: any,
        propertyKey?: string,
        descriptor?: PropertyDescriptor,
    ) => void

    The AttributeDecorator type represents the return type of a decorator function.

    Type Parameters

    Type Declaration

      • (target: any, propertyKey?: string, descriptor?: PropertyDescriptor): void
      • Parameters

        • target: any
        • OptionalpropertyKey: string
        • Optionaldescriptor: PropertyDescriptor

        Returns void