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

    Interface _ApplicationHeaderControlsEntry

    interface _ApplicationHeaderControlsEntry {
        action: string;
        ownership?: DocumentOwnershipLevel;
    }
    Index

    Properties

    Properties

    action: string

    The action name triggered by clicking the control button

    A key or value in CONST.DOCUMENT_OWNERSHIP_LEVELS that restricts visibility of this option for the current user. This option only applies to DocumentSheetV2 instances.