Contentful Personalization & Analytics
    Preparing search index...

    Interface for objects that can be registered with the preview panel system. When registered, the object receives direct access to SDK signals for state manipulation.

    interface PreviewPanelSignalObject {
        signalFns: undefined | null | SignalFns;
        signals: undefined | null | Signals;
    }
    Index

    Properties

    Properties

    signalFns: undefined | null | SignalFns

    Signal functions that can be used across micro-frontend barriers

    signals: undefined | null | Signals

    Signals instance that will be populated by registerPreviewPanel