Interface ViewContainerInfo

interface ViewContainerInfo {
    id: string;
    location: string;
    onViewAdded: (() => void);
    options: ViewContainerTitleOptions;
}

Properties

id: string
location: string
onViewAdded: (() => void)

Type declaration

    • (): void
    • Returns void

options: ViewContainerTitleOptions