MCPcopy
hub / github.com/krausest/js-framework-benchmark / ButtonProperties

Interface ButtonProperties

frameworks/keyed/dojo/src/Button.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create, w, v } from '@dojo/framework/core/vdom'
2
3export interface ButtonProperties {
4 id: string;
5 label: string;
6 onClick: () => void;
7}
8
9const factory = create().properties<ButtonProperties>();
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected