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

    Class ContainerCommunicationHandlerMethods

    The communication handler methods.

    Index

    Constructors

    Properties

    beforeDispose: () => void = noop

    Call the container to signal dispose started.

    beforeUpdate: () => void = noop

    Call the container to signal an update is about to happen.

    data: (data: unknown) => void = noop

    Call the container to signal the component has disposed(almost).

    disposed: () => void = noop

    Call the container to signal the component has disposed(almost).

    mounted: () => void = noop

    Call the container to signal that the content finished mounting.

    updated: () => void = noop

    Call the container to signal an update finished.