Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ReticuleOptions

    interface ReticuleOptions {
        alpha?: number;
        border?: { color?: number; width?: number };
        color?: number;
        margin?: number;
        size?: number;
    }
    Index

    Properties

    alpha?: number

    The alpha value of the arrows.

    border?: { color?: number; width?: number }

    The arrows' border style configuration.

    Type Declaration

    • Optionalcolor?: number

      The border color.

    • Optionalwidth?: number

      The border width.

    color?: number

    The color of the arrows.

    margin?: number

    The amount of margin between the targeting arrows and the token's bounding box, expressed as a fraction of an arrow's size.

    size?: number

    The size of the arrows as a proportion of grid size. Default: CONFIG.Canvas.targeting.size.