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

    Interface LabelGroup

    interface LabelGroup {
        css: string;
        header: string;
        id?: string;
        value: LabelObject[];
    }
    Index

    Properties

    Properties

    css: string

    CSS selector

    header: string

    Header text

    id?: string

    Unique identifier for the group.

    value: LabelObject[]

    Labels