MCPcopy
hub / github.com/tensorflow/playground / Property

Interface Property

src/state.ts:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97export interface Property {
98 name: string;
99 type: Type;
100 keyMap?: {[key: string]: any};
101};
102
103// Add the GUI state.
104export class State {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…