Skip to content

Commit 83fb2a4

Browse files
authored
#190 Add 'kind' to common properties custom table toolbar buttons (#191)
Signed-off-by: Carita Ou <[email protected]>
1 parent 926e88b commit 83fb2a4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

common-pipeline/operators/uihints-v3-schema.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,19 @@
824824
"after"
825825
],
826826
"default": "after"
827+
},
828+
"kind": {
829+
"description": "The 'kind' of button to use. This must align with the 'kind' from Carbon buttons",
830+
"type": "string",
831+
"enum": [
832+
"default",
833+
"primary",
834+
"danger",
835+
"secondary",
836+
"tertiary",
837+
"ghost"
838+
],
839+
"default": "ghost"
827840
}
828841
},
829842
"anyOf": [

0 commit comments

Comments
 (0)