interface DocumentSheetConfiguration {
    canCreate: boolean;
    document: Document<object, DocumentConstructionContext>;
    editPermission: number;
    sheetConfig: boolean;
    viewPermission: number;
}

Properties

canCreate: boolean

Can this sheet class be used to create a new Document?

The Document instance associated with this sheet

editPermission: number

A permission level in CONST.DOCUMENT_OWNERSHIP_LEVELS

sheetConfig: boolean

Allow sheet configuration as a header button

viewPermission: number

A permission level in CONST.DOCUMENT_OWNERSHIP_LEVELS