Penpot plugins API
    Preparing search index...

    Interface CloseOverlay

    This action will close a targeted board that is opened as an overlay.

    interface CloseOverlay {
        type: "close-overlay";
        destination?: Board;
        animation: Animation;
    }
    Index

    Properties

    type: "close-overlay"

    The action type

    destination?: Board

    The overlay to be closed with this action.

    animation: Animation

    Animation displayed with this interaction.