Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing typescript definition for PopoverOptions.layout #7008

Open
mdstevensjr opened this issue Aug 30, 2022 · 0 comments
Open

Missing typescript definition for PopoverOptions.layout #7008

mdstevensjr opened this issue Aug 30, 2022 · 0 comments

Comments

@mdstevensjr
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants