MCPcopy
hub / github.com/palantir/blueprint / IItemObject

Interface IItemObject

packages/select/test/listItemsPropsTests.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 describe("executeItemsEqual", () => {
23 // interface for a non-primitive item value
24 interface IItemObject {
25 id: string;
26 label: string;
27 listOfValues: number[];
28 nullField: null;
29 }
30
31 const ITEM_OBJECT_A: IItemObject = {
32 id: "A",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected