We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
feature request
There is no type validators (prop-types and typescript declarations) in nested components now. It will be nice to have it.
for example:
class Editing extends NestedOption<{ allowAdding?: any; allowDeleting?: any; allowDragging?: any; allowResizing?: any; allowUpdating?: any; }> { public static OptionName = "editing"; }
class Editing extends NestedOption<{ allowAdding?: boolean; allowDeleting?: boolean; allowDragging?: boolean; allowResizing?: boolean; allowUpdating?: boolean; }> { public static OptionName = "editing"; }
The text was updated successfully, but these errors were encountered:
We will consider this enhancement in the future, but I can't provide any timeframe.
Sorry, something went wrong.
LexDX
No branches or pull requests
Issue Type
feature request
Description
There is no type validators (prop-types and typescript declarations) in nested components now. It will be nice to have it.
Current Behavior
for example:
Expected Behavior
The text was updated successfully, but these errors were encountered: