@umbraco-cms/backoffice
    Preparing search index...

    Interface DropcursorOptions

    interface DropcursorOptions {
        class: undefined | string;
        color?: string | false;
        width: undefined | number;
    }
    Index

    Properties

    Properties

    class: undefined | string

    The class of the drop cursor

    undefined
    
    'drop-cursor'
    
    color?: string | false

    The color of the drop cursor. Use false to apply no color and rely only on class.

    'currentColor'
    
    'red'
    
    width: undefined | number

    The width of the drop cursor

    1
    
    2