Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface ChatData

    Data required to render an item's summary or chat card, including descriptions and properties/tags/labels

    interface ChatData {
        actionDescription?: string;
        description: string;
        footerDescription: string;
        headerDescription: string;
        identifiedDescription: string;
        properties: LabelGroup[];
        unidentifiedDescription: string;
    }
    Index

    Properties

    actionDescription?: string

    The enriched description of a specific action

    description: string

    The item's enriched description as appropriate for the current user

    footerDescription: string

    Additional footer

    headerDescription: string

    Additional header

    identifiedDescription: string

    The item's full enriched description when identified

    properties: LabelGroup[]

    Additional label groups for the item and the action

    unidentifiedDescription: string

    The item's enriched description when unidentified