ListTemplate
List of templates where we keep the fields, formulas, and formatting, and optionally, data as well.
Interface
interface IListTemplate {
id: number;
name: string;
allowCreateListInstance: boolean;
description?: string;
}
Properties
id
Template ID in Sharepoint Online.
-
Type:
number
-
Required: Yes
name
Template Name.
-
Type:
string
-
Required: Yes
allowCreateListInstance
Check if you want to allow creating a list instance.
-
Type:
boolean
-
Required: Yes
description
Template description.
-
Type:
string
-
Required: No