Penpot plugins API
    Preparing search index...

    Interface GuideSquare

    Represents a board guide for squares in Penpot. This interface includes properties for defining the type, visibility, and parameters of square guides within a board.

    interface GuideSquare {
        type: "square";
        display: boolean;
        params: GuideSquareParams;
    }
    Index

    Properties

    Properties

    type: "square"

    The type of the guide, which is always 'square' for square guides.

    display: boolean

    Specifies whether the square guide is displayed.

    The parameters defining the appearance and layout of the square guides.