Blockbench Reference Docs
    Preparing search index...

    Interface ResizeLineOptions

    interface ResizeLineOptions {
        condition?: any;
        horizontal?: boolean;
        get(): void;
        position(): void;
        set(): void;
    }
    Index

    Properties

    condition?: any
    horizontal?: boolean

    Methods