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

    Interface ItemContextNotes

    interface ItemContextNotes {
        enriched: string[];
        item: Item<"base" | ModuleSubType>;
        notes: string[];
    }
    Index

    Properties

    Properties

    enriched: string[]

    Enriched note things

    item: Item<"base" | ModuleSubType>

    Item from which the notes are from

    notes: string[]

    Note strings