@servicenow/sdk - v4.7.0
    Preparing search index...

    Type Alias SPContainer

    SPContainer: WithID<
        {
            backgroundColor?: string;
            backgroundImage?: string;
            backgroundStyle?: BackgroundStyle;
            bootstrapAlt?: boolean;
            cssClass?: string;
            name?: string;
            order?: number;
            parentClass?: string;
            rows?: SPRow[];
            semanticTag?: "main";
            subheader?: boolean;
            title?: string;
            width?: ContainerWidth;
        } & Meta,
    >