TaskBoardPreviewPaneSettingsTagHelper
Example
Razor
<preview-pane>
<buttons></buttons>
<preview-pane-header-template></preview-pane-header-template>
<preview-pane-template></preview-pane-template>
</preview-pane>
ChildTags
Tag Name | Details |
---|---|
buttons | TaskBoardPreviewPaneSettingsButtonsTagHelper |
preview-pane-header-template | TemplateTagHelper |
preview-pane-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | |
header-template | String | The template rendering of the header for the preview pane. |
header-template-handler | String | The template rendering of the header for the preview pane. |
header-template-id | String | The template rendering of the header for the preview pane. |
header-template-view | IHtmlContent | The template rendering of the header for the preview pane. |
template | String | The template rendering of the preview pane. |
template-handler | String | The template rendering of the preview pane. |
template-id | String | The template rendering of the preview pane. |
template-view | IHtmlContent | The template rendering of the preview pane. |