Back to Website
Show / Hide Table of Contents

Class LoadUserInfoCommand

A command that changes properties of design elements in the editor.

{
  "type": "design-editor",
  "name": "editor",
  "params": {
    "initial": { ... },
    "loadUserInfo": {
      "data": {
        "Name": "Neo"
        "Company": "Matrix"
        }
    }
  }
}
Package: ui-framework

Methods

execute(IDesignEditorLoadUserInfoParams, IDesignEditorLoadUserInfoParams)

Executes this command.

Declaration
function execute(params: IDesignEditorLoadUserInfoParams, oldParams: IDesignEditorLoadUserInfoParams)
Parameters
Type Name Description
IDesignEditorLoadUserInfoParams params

Parameters for the command.

IDesignEditorLoadUserInfoParams oldParams

The previous parameters for the command.

Returns
Type Description
Promise<any>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback