You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it'd be substantially easier to grok the doc for the individual interfaces that extend IRequestOptions in particular if we consistently used the following order.
required
optional
inherited
bonus points if we could bubble up unique properties all the way to the caller doc page.
The text was updated successfully, but these errors were encountered:
the problem is that by that point, each corresponding object already has an id assigned and that is what acetate uses when it creates the actual table.
i think implementing your suggestion in #137 (comment) is the single most important thing that could be done to more successfully onboard new users/contributors.
i 🙏 you'll have a cycle sometime soon to take a crack at:
inlining requestOptions properties in the API reference page for methods
reordering properties so that required params are listed before optional parameters and inherited parameters are listed at the bottom
currently we alphabetize the properties associated with an interface.
example:
url
andupdates
are listed last inIUpdateFeaturesRequestOptions
it'd be substantially easier to grok the doc for the individual interfaces that extend
IRequestOptions
in particular if we consistently used the following order.required
optional
inherited
bonus points if we could bubble up unique properties all the way to the caller doc page.
The text was updated successfully, but these errors were encountered: