pub type ClipDataStore = DataStore<ClipIntern>;
struct ClipDataStore { items: Vec<Option<ClipNode>>, }
items: Vec<Option<ClipNode>>