Filter Images by surfaces

Summary:
Adds a capability to filter images by surfaces.

Note: I will allow multi select in the next diff, stacked on the current one.

Reviewed By: passy

Differential Revision: D14158223

fbshipit-source-id: d96d73b94a8a442f3b60f656bc573b328c5500ad
This commit is contained in:
Pritesh Nandgaonkar
2019-02-21 09:40:32 -08:00
committed by Facebook Github Bot
parent 520ffec7c9
commit 863088e7cf
3 changed files with 84 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ export type ImageData = {|
height: number,
sizeBytes: number,
data: ImageBytes,
surface?: string,
|};
// getImage({imageId: string}) -> ImageData