Interface Sortable<P>

interface Sortable<P> {
    setPriority: ((priority: P) => void);
}

Type Parameters

  • P

Implemented by

Properties

Properties

setPriority: ((priority: P) => void)