Type alias FolderTypeWebParts

FolderTypeWebParts: {
    name: string;
    properties: Record<string, any>;
}

Type declaration

  • name: string

    Name of the web part

  • properties: Record<string, any>

    Map of properties that are automatically set

Generated using TypeDoc