Optional
backgroundColor
backgroundColor?: string
isVisible
isVisible: boolean
Optional
shareButtons
shareButtons?: boolean
Optional
position
position?: string
adminPasscode
adminPasscode: string
Optional
localLink
localLink?: string
Optional
title
title?: string
Optional
overlayStyle
overlayStyle?: Partial<CSSStyleDeclaration>
Optional
contentStyle
contentStyle?: Partial<CSSStyleDeclaration>
Optional
customTemplate
customTemplate?: TemplateRef<any>
Optional
overlayAttributes
overlayAttributes?: {
[key: string]: any;
}
Optional
contentAttributes
contentAttributes?: {
[key: string]: any;
}
Optional
headerAttributes
headerAttributes?: {
[key: string]: any;
}
Optional
titleWrapperAttributes
titleWrapperAttributes?: {
[key: string]: any;
}
Optional
badgeWrapperAttributes
badgeWrapperAttributes?: {
[key: string]: any;
}
Optional
closeButtonAttributes
closeButtonAttributes?: {
[key: string]: any;
}
Optional
menuIconAttributes
menuIconAttributes?: {
[key: string]: any;
}
Optional
closeIconAttributes
closeIconAttributes?: {
[key: string]: any;
}
Optional
dividerAttributes
dividerAttributes?: {
[key: string]: any;
}
Optional
bodyAttributes
bodyAttributes?: {
[key: string]: any;
}
Optional
scrollWrapperAttributes
scrollWrapperAttributes?: {
[key: string]: any;
}
Optional
customButtonsWrapperAttributes
customButtonsWrapperAttributes?: {
[key: string]: any;
}
Optional
renderTitle
renderTitle?: TemplateRef<any>
Optional
renderCustomButtons
renderCustomButtons?: TemplateRef<any>
Optional
renderMeetingPasscode
renderMeetingPasscode?: TemplateRef<any>
Optional
renderMeetingId
renderMeetingId?: TemplateRef<any>
Optional
renderShareButtons
renderShareButtons?: TemplateRef<any>
Optional
renderBody
renderBody?: TemplateRef<any>
Optional
renderContent
renderContent?: TemplateRef<any>
onClose
onClose: (() => void)