Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordingFormUIProps

notexported

Hierarchy

  • RecordingFormSharedProps
    • RecordingFormUIProps

Index

Properties

onBack: MouseEventHandler<Element>
privateRecordingId?: string | number
connectAccessId: string
connectCallerId: string
connectionType?: PrConnectionType
connectOffsetSeconds: number
connectPhoneNumber: string
connectPin: string
connectUrl: string
editing: boolean
errorHints?: {}

Type declaration

  • [key: string]: string[]
hasAieraInterventionPermission: boolean
isNextButtonDisabled: boolean
isWebcast: boolean
meetingType: string
onBlur: FocusEventHandler<Element>
onChange: RecordingFormStateChangeHandler<SyntheticEvent<Element, Event>>
onCompleteEmailCreator: boolean
onConnectDialNumber: string
onFailure?: OnFailure
onFailureDialNumber: string
onFailureInstructions: string
onFailureSmsNumber: string
onFocus: FocusEventHandler<Element>
onNextStep: Dispatch<SetStateAction<number>>
onPrevStep: Dispatch<SetStateAction<number>>
onSubmit: MouseEventHandler<Element>
participationType?: ParticipationType
scheduleDate: Date
scheduleMeridiem: ScheduleMeridiem
scheduleTime?: string
scheduleType?: ScheduleType
selectedCompany?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }

Type declaration

  • Optional __typename?: "Company"
  • id: string
  • commonName: string
  • instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[]
smsAlertBeforeCall: boolean
step: number
submitState: SubmitState
title: string
zoomMeetingType?: ZoomMeetingType

Generated using TypeDoc