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

    Type Alias MeasureTemplateResult

    type MeasureTemplateResult = {
        delete: Function;
        place: Function;
        result: boolean;
    }
    Index

    Properties

    Properties

    delete: Function

    Function to delete the template, if it has been placed.

    place: Function

    Function to place the template, if an area was selected.

    result: boolean

    Whether an area was selected.