New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetTemplateDirective
Represents a template that defines the content of the ActionSheet.
To define the template, nest an <ng-template>
tag
with the kendoActionSheetTemplate
directive inside the <kendo-actionsheet>
tag.
Name | Type | Default | Description |
---|---|---|---|
templateRef |
|
Constructors
ActionSheetTemplateDirective
(templateRef: TemplateRef<any>)
Parameters
templateRef
TemplateRef<any>