Properties
Optional company
company?: { __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 } } }[] }[]
customOnly
customOnly: boolean
Optional darkMode
darkMode?: boolean
Optional event
event
?: { __typename
?: "Event"; id
: string; audioProxy
?: null | string; audioRecordingUrl
?: null | string; audioRecordingOffsetMs
: number; audioStreamUri
?: null | string; connectionStatus
: EventConnectionStatus; externalAudioStreamUrl
?: null | string; hasPublishedTranscript
: boolean; hasTranscript
: boolean; eventDate
: string; eventType
: EventType; isLive
: boolean; liveStreamUrl
?: null | string; title
: string; creator
?: null | { __typename
?: "User"; id
: string; firstName
?: null | string; lastName
?: null | string; primaryEmail
?: null | string; username
: string }; primaryCompany
?: null | { __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?: "Event"
id: string
Optional audioProxy?: null | string
Optional audioRecordingUrl?: null | string
audioRecordingOffsetMs: number
Optional audioStreamUri?: null | string
Optional externalAudioStreamUrl?: null | string
hasPublishedTranscript: boolean
hasTranscript: boolean
eventDate: string
isLive: boolean
Optional liveStreamUrl?: null | string
title: string
Optional creator?: null | { __typename?: "User"; id: string; firstName?: null | string; lastName?: null | string; primaryEmail?: null | string; username: string }
Optional primaryCompany?: null | { __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 } } }[] }[] }
Optional EventRow
EventRow?: JSXElementConstructor<any>
filterByTypeOptions
filterByTypeOptions: FilterByTypeOption[]
Optional filterByTypes
filterByTypes?: FilterByType[]
Optional hideHeader
hideHeader?: boolean
Optional hidePlaybar
hidePlaybar?: boolean
Optional loading
loading?: boolean
loadingWatchlist
loadingWatchlist: LoadingWatchlist
Optional onBackFromTranscript
onBackFromTranscript?: MouseEventHandler<Element>
Optional onCompanyChange
on
Company
Change
?: ChangeHandler<{ __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 } } }[] }[] }, SyntheticEvent<Element, Event>>Optional onSearchChange
on
Search
Change
?: ChangeHandler<string, SyntheticEvent<Element, Event>>Optional onSelectEvent
on
Select
Event
?: ChangeHandler<{ __typename
?: "Event"; id
: string; audioProxy
?: null | string; audioRecordingUrl
?: null | string; audioRecordingOffsetMs
: number; audioStreamUri
?: null | string; connectionStatus
: EventConnectionStatus; externalAudioStreamUrl
?: null | string; hasPublishedTranscript
: boolean; hasTranscript
: boolean; eventDate
: string; eventType
: EventType; isLive
: boolean; liveStreamUrl
?: null | string; title
: string; creator
?: null | { __typename
?: "User"; id
: string; firstName
?: null | string; lastName
?: null | string; primaryEmail
?: null | string; username
: string }; primaryCompany
?: null | { __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 } } }[] }[] } }, SyntheticEvent<Element, Event>>Optional onSelectEventById
on
Select
Event
By
Id
?: ChangeHandler<string, SyntheticEvent<Element, Event>>Optional onSelectFilterBy
on
Select
Filter
By
?: ChangeHandler<FilterByType[], SyntheticEvent<Element, Event>>Optional onSelectListType
scrollRef
scrollRef: RefObject<HTMLDivElement>
Optional searchTerm
searchTerm?: string
Optional setFocus
setFocus?: Dispatch<SetStateAction<number>>
showCompanyFilter
showCompanyFilter: boolean
showForm
showForm: boolean
showFormButton
showFormButton: boolean
showHeaderControls
showHeaderControls: boolean
toggleForm
toggleForm: MouseEventHandler<Element>
useConfigOptions
useConfigOptions: boolean
userStatusInactive
userStatusInactive: boolean