Websites v4 docs v5.2.4
    Preparing search index...

    Interface FooterItem

    interface FooterItem {
        color?: string;
        gap: number;
        id: string;
        justify: Justify;
        marginBottom?: number;
        marginTop?: number;
        mobileJustify: Justify;
        mobileOrientation: "columns" | "rows" | "reverse-rows" | "collapse";
        nodes: (FooterItem | FooterElement)[];
        orientation: "columns" | "rows";
        type: FooterNodeType;
    }
    Index

    Properties

    color?: string
    gap: number
    id: string
    justify: Justify
    marginBottom?: number
    marginTop?: number
    mobileJustify: Justify
    mobileOrientation: "columns" | "rows" | "reverse-rows" | "collapse"
    orientation: "columns" | "rows"