Interface ObjectSheetSettings

interface ObjectSheetSettings {
    allowNotesheetCreation: boolean;
    allowNotesheets: boolean;
    allowWorksheetCreation: boolean;
    allowWorksheets: boolean;
    id: string;
    title: string;
    type: string;
}

Properties

allowNotesheetCreation: boolean
allowNotesheets: boolean
allowWorksheetCreation: boolean
allowWorksheets: boolean
id: string
title: string
type: string