Tidy 5e Sheets API
    Preparing search index...

    Type Alias VehicleDraftAnimalRowActionPropsData

    Props passed to vehicle draft animal row-action components.

    type VehicleDraftAnimalRowActionPropsData = {
        actor: Actor5e;
        ctx?: VehicleDraftAnimalContext;
    }
    Index

    Properties

    Properties

    actor: Actor5e

    The actor represented by this row.

    ctx?: VehicleDraftAnimalContext

    Optional contextual data. Primarily for internal Tidy use, so use at your own risk.