Type alias VirtualProps

VirtualProps: {
    itemHeight?: number;
    maxHeight?: number;
    numItems: number;
    render: any;
    watch?: any[];
} & CoreViewProps

Type declaration

  • Optional itemHeight?: number
  • Optional maxHeight?: number
  • numItems: number
  • render: any
  • Optional watch?: any[]

Generated using TypeDoc