Skip to main content
Class implementing the organization-picker screen functionality. This screen allows users to select an organization from a list of available organizations.
Example

Constructors

Constructor
Creates an instance of OrganizationPicker screen manager.

Properties

string
Screen identifier for validation and telemetry

Methods

Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.
Promise<void>
Submits the selected organization ID.
Example
Promise<void>
Submits the action to skip the organization selection.
Example