@validide/u-front-ends
    Preparing search index...

    Class CommunicationsEvent

    Event used to communicate between content and container component.

    Index

    Constructors

    Properties

    contentId: string

    Content Id - can be used to identify the event source.

    data: unknown

    Event data.

    The kind of event.

    timestamp: number

    Timestamp.

    uuid: string

    Unique identifier.

    CONTAINER_EVENT_TYPE: string = "container_event.communication.children.validide_micro_front_ends"

    The type of event dispatched by the content.

    CONTENT_EVENT_TYPE: string = "content_event.communication.children.validide_micro_front_ends"

    The type of event dispatched by the child component.