Home
last modified time | relevance | path

Searched refs:ExtraValue (Results 1 – 2 of 2) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/
H A DIPerformanceLogger.d.ts19 export type ExtraValue = number | string | boolean; alias
21 export type Extras = {[key: string]: ExtraValue};
36 getExtras(): {[key: string]: ExtraValue | null};
44 removeExtra(key: string): ExtraValue | null;
45 setExtra(key: string, value: ExtraValue): void;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/
H A DcreatePerformanceLogger.d.ts19 export type ExtraValue = number | string | boolean; alias
21 export type Extras = {[key: string]: ExtraValue};
36 getExtras(): {[key: string]: ExtraValue | null};
44 removeExtra(key: string): ExtraValue | null;
45 setExtra(key: string, value: ExtraValue): void;