Skip to main content
Interface for the screen data specific to organization-selection screen.
Example
export interface ScreenMembersOnOrganizationSelection extends ScreenMembers {
  client: ClientMembers;
  organization: OrganizationMembers;
  prompt: PromptMembers;
  screen: ScreenMembers;
  transaction: TransactionMembers;
  User: UserMembers;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
client
data
isCaptchaAvailable
boolean
name
string
organization
prompt
screen
texts
Record
transaction
User