Interface IViewNodeInitConfig<RawNodeType, ViewFileType>

interface IViewNodeInitConfig<RawNodeType, ViewFileType> {
    component: string;
    file: ViewFileType;
    id: string;
    rawNode: RawNodeType;
}

Type Parameters

Properties

component: string
id: string
rawNode: RawNodeType