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

    Interface PlaceablesLayerOptions

    interface PlaceablesLayerOptions {
        confirmBeforeCreation: boolean | string[] | (() => boolean);
        confirmDeleteKey: boolean;
        controllableObjects: boolean;
        controlObjectAfterCreation: boolean | string[] | (() => boolean);
        objectClass: PlaceableObject;
        quadtree: boolean;
        rotatableObjects: boolean;
    }
    Index

    Properties

    confirmBeforeCreation: boolean | string[] | (() => boolean)

    Confirm before creating the drawn object (for the given tools)?

    confirmDeleteKey: boolean

    Confirm placeable object deletion with a dialog?

    controllableObjects: boolean

    Can placeable objects in this layer be controlled?

    controlObjectAfterCreation: boolean | string[] | (() => boolean)

    Control the drawn object that has been created (for the given tools)?

    objectClass: PlaceableObject

    The class used to represent an object on this layer.

    quadtree: boolean

    Does this layer use a quadtree to track object positions?

    rotatableObjects: boolean

    Can placeable objects in this layer be rotated?