Interface ViewFactoryData

interface ViewFactoryData {
    content: string;
    tab?: string;
}

Properties

Properties

content: string
tab?: string

Generated using TypeDoc