SortableListJsInteropInitializeAsync Method

Initializes the sortable list.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task InitializeAsync(
	ElementReference elementId,
	bool allowSorting,
	string filter,
	Object objRef
)

Parameters

elementId  ElementReference
Element ID of the SortableListTItem
allowSorting  Boolean
Whether to allow sorting
filter  String
Filter to apply (if any)
objRef  Object
Object reference

Return Value

Task
Task completion

See Also