UmbSectionSidebarAppExtensionElement
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { ManifestSectionSidebarApp } from '../models';
|
||||
|
||||
export interface UmbSectionSidebarAppExtensionElement extends HTMLElement {
|
||||
manifest?: ManifestSectionSidebarApp;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
import type { UmbSectionSidebarAppExtensionElement } from '../interfaces/section-sidebar-app-extension-element.interface';
|
||||
import type { ManifestElement } from '.';
|
||||
|
||||
export interface ManifestSectionSidebarApp extends ManifestElement {
|
||||
export interface ManifestSectionSidebarApp extends ManifestElement<UmbSectionSidebarAppExtensionElement> {
|
||||
type: 'sectionSidebarApp';
|
||||
conditions: ConditionsSectionSidebarApp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user