Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/FlatList/height"

Index

Type aliases

Variables

Functions

Type aliases

Height

Height: T & object

The extended type

Variables

Const height

height: unique symbol = Symbol('List#height')

A symbol that can be used to hide the render items height on an item

Functions

get

  • get<T>(item: T): number | undefined

set

  • set<T>(item: T, pixels: number): void