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

    Type Alias OnDomainReloadCallback

    OnDomainReloadCallback: (
        moduleName: string,
        target: any,
        propertyKey?: string,
    ) => void

    The OnDomainReloadCallback type specifies the type of callback acccepted by OnDomainReloadAttribute.

    Type Declaration

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

        • moduleName: string
        • target: any
        • OptionalpropertyKey: string

        Returns void