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

    Interface LabelObject

    interface LabelObject {
        label: string;
        source?: string;
    }
    Index

    Properties

    Properties

    label: string
    source?: string