ScriptEditableContentModel: {
    Content: string;
    Id: number;
    SystemName: string;
    Title: string;
}

Editable content information model.

Type declaration

  • Content: string

    The body of the editable content.

  • Id: number

    The id of the editable content.

  • SystemName: string

    The system name of the editable content.

  • Title: string

    The title as configured for the editable content.

Generated using TypeDoc