New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetActionsAlignment
Defines the possible alignments for the ActionSheet action buttons.
start
: Aligns the actions to the start of the container.center
: Centers the actions within the container.end
: Aligns the actions to the end of the container.stretched
: Stretches the actions to fill the available space.justify
: Justifies the actions to distribute them evenly across the container.
type
ActionSheetActionsAlignment = "start" | "center" | "end" | "stretched" | "justify";