Data Loader
class DataLoader<T>(component: Component<*>, val options: DataLoader.Options<T>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T> DataLoader(component: Component<*>, options: DataLoader.Options<T>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
operator fun invoke(flow: FlowContent, block: DataLoader.Render<T>.() -> Unit)
Content copied to clipboard