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

    Interface FooterLink

    interface FooterLink {
        color?: string;
        content: string;
        target: "_self" | "_blank";
        url: string;
    }
    Index

    Properties

    color?: string
    content: string
    target: "_self" | "_blank"
    url: string