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

    Interface Section<T>

    interface Section<T> {
        _id?: string;
        appliedTo?: string | null;
        component: string;
        configuration: T;
        id: string;
        name?: string;
        sharedSection?: string | Section<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    _id?: string
    appliedTo?: string | null
    component: string
    configuration: T
    id: string
    name?: string
    sharedSection?: string | Section<T>