RSX Code Reference
    Preparing search index...

    Function requireEditorRole

    • Makes the decorated method only available to users that have write permissions on the current project. If the user does not have write permissons on the project OR the application is executed in runtime mode, the API is not available and an error is logged.

      Returns (target: any, key: string, descriptor: PropertyDescriptor) => void