Refactor: items with DynamicData
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using DynamicData;
|
||||
|
||||
namespace FileTime.Core.Models
|
||||
{
|
||||
public interface IContainer : IItem
|
||||
{
|
||||
IObservable<IEnumerable<IAbsolutePath>?> Items { get; }
|
||||
IObservable<IObservable<IChangeSet<IAbsolutePath>>?> Items { get; }
|
||||
IObservable<bool> IsLoading { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user