Penpot plugins API
    Preparing search index...

    Interface TokenShadowValueString

    interface TokenShadowValueString {
        color: string;
        inset: string;
        offsetX: string;
        offsetY: string;
        spread: string;
        blur: string;
    }
    Index

    Properties

    color: string

    The color as a string (e.g. "#FF5733"), or a reference to a color token.

    inset: string

    If the shadow is inset or drop, or a reference of a boolean token.

    offsetX: string

    The horizontal offset of the shadow in pixels, or a reference to a number token.

    offsetY: string

    The vertical offset of the shadow in pixels, or a reference to a number token.

    spread: string

    The spread distance of the shadow in pixels, or a reference to a number token.

    blur: string

    The amount of blur to apply to the shadow, or a reference to a number token.