Interface IContentDeliverData

interface IContentDeliverData {
    height: number;
    lib: TContentLibraryDictionary;
    resources: IContentResourceDictionary;
    vars: TContentVariableDictionary;
    width: number;
}

Properties

height: number
width: number