kendo-ui-core
kendo-ui-core copied to clipboard
Missing typescript definition for PopoverOptions.layout
Bug report
Missing typescript definition for PopoverOptions.layout
Reproduction of the problem
$("#target").kendoPopover({
showOn: "click",
header: "Header text",
body: "Content description",
actionsLayout: "end",
actions: [{ text: "update", click: function() { console.log("update"); }}, { text: "create", click: function() { console.log("create"); }}]
});
Expected/desired behavior
Should be able to set actionsLayout
without error.
Environment
- Kendo UI version: 2022.2.802
- Index.ts v2022.2.510