lrud icon indicating copy to clipboard operation
lrud copied to clipboard

onActive/onInactive props

Open jamesplease opened this issue 5 years ago • 0 comments

This will need a new Event type; ActiveEvent

interface ActiveEvent {
  prevActiveId: Id | null;
  nextActiveId: Id;
  prevActiveNode: Id | null;
  nextActiveNode: Node;
}

jamesplease avatar Aug 14 '20 18:08 jamesplease