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

    Type Alias ItemContextNotes

    type ItemContextNotes = {
        enriched: string[];
        item: Item;
        notes: string[];
    }
    Index

    Properties

    Properties

    enriched: string[]

    Enriched note things

    item: Item

    Item from which the notes are from

    notes: string[]

    Note strings