Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface DocumentSheetConfiguration

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

    Properties

    canCreate: boolean

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

    canImport: boolean

    Can the Document be imported into the World from a Compendium Collection?

    The Document instance associated with this sheet

    editPermission: number

    A permission level in CONST.DOCUMENT_OWNERSHIP_LEVELS

    ownershipConfig: boolean

    Allow ownership configuration as a header button

    sheetConfig: boolean

    Allow sheet configuration as a header button

    viewPermission: number

    A permission level in CONST.DOCUMENT_OWNERSHIP_LEVELS