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

    Additional options which describe the edge

    interface EdgeCreationOptions {
        darkness?: EdgeSenseType;
        direction?: EdgeDirection;
        id?: string;
        light?: EdgeSenseType;
        move?: EdgeSenseType;
        object?: Document<object, DocumentConstructionContext> | PlaceableObject;
        priority?: number;
        sight?: EdgeSenseType;
        sound?: EdgeSenseType;
        threshold?: EdgeThresholdData | null;
        type?: EdgeType;
    }
    Index

    Properties

    darkness?: EdgeSenseType

    How this edge restricts darkness

    direction?: EdgeDirection

    A direction of effect for the edge

    id?: string

    A string used to uniquely identify this edge

    How this edge restricts light

    How this edge restricts movement

    A Document/PlaceableObject that is responsible for this edge, if any

    priority?: number

    A source priority for this edge. Default: 0.

    How this edge restricts sight

    How this edge restricts sound

    threshold?: EdgeThresholdData | null

    Configuration of threshold data for this edge

    type?: EdgeType

    The type of edge