Skip to content

TPortalEventData object

TPortalEventData is an object which represents the detail of DOM events related to h-portal and consists of the following fields:

type TPortalEventData = {
    portalId: string;
    to: string;
    content: Element[];
};