Body, Mind & Soul — API Reference
    Preparing search index...

    Minimal AppV2 sheet for PartyEffectLink items. These items are hidden from the actor sheet UI and act as pointers to party-held effects. This sheet prevents accidental editing.

    Hierarchy

    • any
      • BodyMindSoulPartyEffectLinkSheet
    Index
    DEFAULT_OPTIONS: {
        classes: string[];
        form: { submitOnChange: boolean; submitOnClose: boolean };
        tag: string;
        window: { height: number; icon: string; resizable: boolean; width: number };
    } = ...
    PARTS: { header: { template: string } } = ...
    TEMPLATE_ROOT: string = "systems/body-mind-and-soul/templates/item/party-effect-link"
    • get isEditable(): boolean

      PartyEffectLink sheets are not editable — they're internal pointer items.

      Returns boolean