kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Missing typescript definition for PopoverOptions.layout

Open mdstevensjr opened this issue 2 years ago • 0 comments

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

mdstevensjr avatar Aug 30 '22 02:08 mdstevensjr