File

packages/eui/packages/components/eui-overlay/eui-overlay.component.ts

Metadata

Index

Properties
Methods
Inputs
Outputs
HostBindings
HostListeners
Accessors

Inputs

euiHighlighted
Type : boolean
Default value : false
fixedWidth
Type : string
hasClosedOnClickOutside
Type : boolean
Default value : false
isActive
Type : boolean
Default value : false
position
Type : string
Default value : 'right'
width
Type : string

Outputs

activeState
Type : EventEmitter

HostBindings

attr.aria-label
Type : string
Default value : 'dialogOverlay'
attr.role
Type : string
Default value : 'dialog'
class
Type : string

HostListeners

document:click
Arguments : '$event'
document:click(event: MouseEvent)
keydown
Arguments : '$event'
keydown(event: KeyboardEvent)

Methods

onClick
onClick(event: MouseEvent)
Decorators :
@HostListener('document:click', ['$event'])
Parameters :
Name Type Optional
event MouseEvent No
Returns : void
onKeydown
onKeydown(event: KeyboardEvent)
Decorators :
@HostListener('keydown', ['$event'])
Parameters :
Name Type Optional
event KeyboardEvent No
Returns : void

Properties

aria-label
Type : string
Default value : 'dialogOverlay'
Decorators :
@HostBinding('attr.aria-label')
role
Type : string
Default value : 'dialog'
Decorators :
@HostBinding('attr.role')

Accessors

cssClasses
getcssClasses()

results matching ""

    No results matching ""