SortableListJsInteropInitializeAsync Method

Initializes the sortable list with the specified parameters.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task InitializeAsync(
	string elementId,
	string elementName,
	string handle,
	string group,
	bool allowSorting,
	Object pull,
	Object put,
	string filter,
	Object objRef
)

Parameters

elementId  String
The ID of the HTML element.
elementName  String
The name of the HTML element.
handle  String
The handle for dragging.
group  String
The group name for the sortable list.
allowSorting  Boolean
Indicates whether sorting is allowed.
pull  Object
The pull mode for the sortable list.
put  Object
The put mode for the sortable list.
filter  String
The CSS selector used to filter disabled items.
objRef  Object
A reference to the .NET object for JavaScript interop.

Return Value

Task

[Missing <returns> documentation for "M:BlazorBootstrap.SortableListJsInterop.InitializeAsync(System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Object,System.String,System.Object)"]

See Also