Skip to content

Commit 792acf5

Browse files
feat(runtime): add Invoker Commands API attributes to button (#6494)
* feat(runtime): add Invoker Commands API attributes to button * chore: format code with prettier
1 parent d43e29b commit 792acf5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/declarations/stencil-public-runtime.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,11 @@ export namespace JSXBase {
10361036
popoverTargetAction?: string;
10371037
popoverTargetElement?: Element | null;
10381038
popoverTarget?: string;
1039+
1040+
// invoker commands
1041+
command?: string;
1042+
commandFor?: string;
1043+
commandfor?: string;
10391044
}
10401045

10411046
export interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {

0 commit comments

Comments
 (0)