Root Inspector
RootInspector is the starting point for getting your data and corresponding ids from your deep nested model structure. Get this by calling the factory method inspect.
Inspector is useful in validation process to know which html elements (when they are rendered with an store.id) are not valid.
Constructors
RootInspector
Link copied to clipboard
Functions
Properties
Extensions
inspectEach
Link copied to clipboard
inline fun <T, I> RootInspector<List<T>>.inspectEach(noinline idProvider: IdProvider<T, I>, action: (SubInspector<List<T>, List<T>, T>) -> Unit)
Content copied to clipboard
inline fun <X> RootInspector<List<X>>.inspectEach(action: (SubInspector<List<X>, List<X>, X>) -> Unit)
Content copied to clipboard
sub
Link copied to clipboard