MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / Widget

Interface Widget

webiojs/src/models/output.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {Datatable} from "./datatable";
8
9export interface Widget {
10 handle_type: string;
11
12 get_element(spec: any): JQuery; // The length of element must equal 1
13}
14
15let Text = {
16 handle_type: 'text',

Callers 2

handle_messageMethod · 0.65
getWidgetElementFunction · 0.65

Implementers 1

PopupHandlerwebiojs/src/handlers/popup.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…