Resortable - v2.0.0-alpha.1
    Preparing search index...

    Interface SortablePlugin

    interface SortablePlugin {
        name: string;
        version: string;
        install(sortable: SortableInstance): void;
        uninstall(sortable: SortableInstance): void;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Plugin name (must be unique)

    version: string

    Plugin version

    Methods