Bitbybit Docs
    Preparing search index...

    Enumeration backgroundOriginClipEnum (Inputs.Base)

    Which box a background image is positioned and clipped against - the padding, border or content box. The values match the CSS background-origin and background-clip syntax.

    Index

    Enumeration Members

    Enumeration Members

    paddingBox: "padding-box"
    borderBox: "border-box"
    contentBox: "content-box"