For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show Feature Requests

API reference for displaying the feature requests interface with Luciq. Programmatically show the feature requests list from anywhere in your app.

This method can be used to display the feature requests page. It is recommended that this method be attached to a button, for example.

FeatureRequests.show()
[LCQFeatureRequests show];
FeatureRequests.show();
FeatureRequests.show()
FeatureRequests.show();
FeatureRequests.show();

Last updated