Skip to content
New issue

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

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

Already on GitHub? # to your account

Document Changed Properties export options #169

Open
Bulbille opened this issue Jan 14, 2025 · 1 comment
Open

Document Changed Properties export options #169

Bulbille opened this issue Jan 14, 2025 · 1 comment

Comments

@Bulbille
Copy link

Bulbille commented Jan 14, 2025

When choosing the Documentation Option > Canvas App : Document Changed Properties or All Properties > Changes only
It would be nice to have an option to export only non-numerical properties.

As a developer, what matters to me is the code within the App, not UI settings. For example, in this properties of a form card
BorderStyle BorderStyle.Solid
DisplayMode Parent.DisplayMode
Height 60
Visible Self.DataField in LookUp(Event_Type, ID = DataCardValue16.Selected.Id, 'PowerApps Formulaires_TI')
Width Parent.Width
X 1
Y 19
ZIndex 1

What matters here for dev and debug purposes arent X/Y but the code I wrote and changed, like Visible and DisplayMode.
Other way it could be implemented, is to select which properties we want to export. I am always personaly interested by Visible, OnSelect,OnChange, OnSuccess and OnFailure, Items, Default, DefaultSelectedItem, Text and such.

@modery
Copy link
Owner

modery commented Feb 4, 2025

I think only documenting non-numerical properties is something that can be done relatively easily. Will try to add this sometime this month

Selecting which properties to document would be a more difficult change. I'll likely not try to implement this as there are too many other things with a higher priority in the backlog

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants