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 NameDetails
buttonsTaskBoardPreviewPaneSettingsButtonsTagHelper
preview-pane-header-templateTemplateTagHelper
preview-pane-templateTemplateTagHelper

Attributes

AttributeTypeDescription
enabledBooleanEnables or disables the configuration.
header-templateStringThe template rendering of the header for the preview pane.
header-template-handlerStringThe template rendering of the header for the preview pane. This option expects the name of a JavaScript function that will be called to return the template.
header-template-idStringThe template rendering of the header for the preview pane. This option expects the ID of the script element that contains the template.
header-template-viewIHtmlContentThe template rendering of the header for the preview pane. This option expects the instance containing the created HTML.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringThe template rendering of the preview pane. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe template rendering of the preview pane. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template rendering of the preview pane. This option expects the instance containing the created HTML.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support