Tidy 5e Sheets API
    Preparing search index...

    Type Alias ItemAdvancementRowActionPropsData

    Props passed to item advancement row-action components.

    type ItemAdvancementRowActionPropsData = {
        id: string;
        item: Item5e;
    }
    Index

    Properties

    Properties

    id: string

    The advancement's ID.

    item: Item5e

    The item to which this advancement belongs.