ColorSelectionModalShowAsync Method

Opens the modal for color selection.

Definition

Namespace: MobileTrack.Web.Components.Components.Modals
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task ShowAsync(
	PortalColorSelectionModel colorSelectionModel
)

Parameters

colorSelectionModel  PortalColorSelectionModel

[Missing <param name="colorSelectionModel"/> documentation for "M:MobileTrack.Web.Components.Components.Modals.ColorSelectionModal.ShowAsync(MobileTrack.Web.Components.Models.ActionFlows.PortalColorSelectionModel)"]

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.Web.Components.Components.Modals.ColorSelectionModal.ShowAsync(MobileTrack.Web.Components.Models.ActionFlows.PortalColorSelectionModel)"]

See Also