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

    Interface DraggableResizeOptions

    interface DraggableResizeOptions {
        resizeX?: boolean;
        resizeY?: boolean;
        rtl?: boolean;
        selector?: string;
    }
    Index

    Properties

    resizeX?: boolean

    Enable resizing along the X axis.

    resizeY?: boolean

    Enable resizing along the Y axis.

    rtl?: boolean

    Modify the resizing direction to be right-to-left.

    selector?: string

    A CSS selector for the resize handle.