OptionalbackgroundColor
backgroundColor?: string
isVisible
isVisible: boolean
OptionalshareButtons
shareButtons?: boolean
Optionalposition
position?: string
adminPasscode
adminPasscode: string
OptionallocalLink
localLink?: string
Optionaltitle
title?: string
OptionaloverlayStyle
overlayStyle?: Partial<CSSStyleDeclaration>
OptionalcontentStyle
contentStyle?: Partial<CSSStyleDeclaration>
OptionalcustomTemplate
customTemplate?: TemplateRef<any>
OptionaloverlayAttributes
overlayAttributes?: {
[key: string]: any;
}
OptionalcontentAttributes
contentAttributes?: {
[key: string]: any;
}
OptionalheaderAttributes
headerAttributes?: {
[key: string]: any;
}
OptionaltitleWrapperAttributes
titleWrapperAttributes?: {
[key: string]: any;
}
OptionalbadgeWrapperAttributes
badgeWrapperAttributes?: {
[key: string]: any;
}
OptionalcloseButtonAttributes
closeButtonAttributes?: {
[key: string]: any;
}
OptionalmenuIconAttributes
menuIconAttributes?: {
[key: string]: any;
}
OptionalcloseIconAttributes
closeIconAttributes?: {
[key: string]: any;
}
OptionaldividerAttributes
dividerAttributes?: {
[key: string]: any;
}
OptionalbodyAttributes
bodyAttributes?: {
[key: string]: any;
}
OptionalscrollWrapperAttributes
scrollWrapperAttributes?: {
[key: string]: any;
}
OptionalcustomButtonsWrapperAttributes
customButtonsWrapperAttributes?: {
[key: string]: any;
}
OptionalrenderTitle
renderTitle?: TemplateRef<any>
OptionalrenderCustomButtons
renderCustomButtons?: TemplateRef<any>
OptionalrenderMeetingPasscode
renderMeetingPasscode?: TemplateRef<any>
OptionalrenderMeetingId
renderMeetingId?: TemplateRef<any>
OptionalrenderShareButtons
renderShareButtons?: TemplateRef<any>
OptionalrenderBody
renderBody?: TemplateRef<any>
OptionalrenderContent
renderContent?: TemplateRef<any>
onClose
onClose: (() => void)