@stigg/node-server-sdk - v4.22.1

    Type Alias PaywallLayoutConfigurationInput

    Input for controlling the layout of pricing plans in the paywall.

    type PaywallLayoutConfigurationInput = {
        alignment?: InputMaybe<Alignment>;
        planMargin?: InputMaybe<Scalars["Float"]>;
        planPadding?: InputMaybe<Scalars["Float"]>;
        planWidth?: InputMaybe<Scalars["Float"]>;
    }
    Index

    Properties

    alignment?: InputMaybe<Alignment>

    Horizontal alignment of pricing plans, such as left, center, or right.

    planMargin?: InputMaybe<Scalars["Float"]>

    Outer spacing around each plan.

    planPadding?: InputMaybe<Scalars["Float"]>

    Inner spacing inside each plan card.

    planWidth?: InputMaybe<Scalars["Float"]>

    Width of each plan card displayed in the paywall.

    MMNEPVFCICPMFPCPTTAAATR