UNPKG

@empathyco/x-components

Version:
32 lines (26 loc) 1.23 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DisplayEmitter](./x-components.displayemitter.md) ## DisplayEmitter variable A component that emits a display event when it first appears in the viewport. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ payload: { type: PropType<TaggingRequest>; required: true; }; eventMetadata: { type: PropType<Omit<WireMetadata, "moduleName" | "origin" | "location">>; }; }>, () => "" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ payload: { type: PropType<TaggingRequest>; required: true; }; eventMetadata: { type: PropType<Omit<WireMetadata, "moduleName" | "origin" | "location">>; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```