Penpot plugins API
    Preparing search index...

    Interface TokenShadowValue

    interface TokenShadowValue {
        color: string;
        inset: boolean;
        offsetX: number;
        offsetY: number;
        spread: number;
        blur: number;
    }
    Index

    Properties

    color: string

    The color as a string (e.g. "#FF5733").

    inset: boolean

    If the shadow is inset or drop.

    offsetX: number

    The horizontal offset of the shadow in pixels.

    offsetY: number

    The vertical offset of the shadow in pixels.

    spread: number

    The spread distance of the shadow in pixels.

    blur: number

    The amount of blur to apply to the shadow.