PopoutTriggerComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-popout-trigger
Standalone: No
Inputs
Section titled “Inputs”config
Section titled “config”Type: PopoutTriggerConfig
popout
Section titled “popout”Type: PopoutComponent
Properties
Section titled “Properties”Type: unknown
Default Value: computed(() => \{ const poppedOut = this.popout()?.poppedOut(); return poppedOut ? (this.config()?.popinIcon || 'open_in_new_down') : ( this.config()?.popoutIcon || 'open_in_new'); \})
tooltip
Section titled “tooltip”Type: unknown
Default Value: computed(() => \{ const poppedOut = this.popout()?.poppedOut(); return poppedOut ? (this.config()?.popinTooltip || this.translate.instant('yuv.popout.popin.tooltip')) : ( this.config()?.popoutTooltip || this.translate.instant('yuv.popout.popout.tooltip')); \})
Methods
Section titled “Methods”trigger
Section titled “trigger”trigger(e: MouseEvent): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| e | MouseEvent |