Skip to content

Commit

Permalink
[0.69] Update API Docs (#10191)
Browse files Browse the repository at this point in the history
* Reset Commits

* Change files

* Add Space
  • Loading branch information
chiaramooney committed Jun 24, 2022
1 parent 85a3a87 commit 9fdf399
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Reset Commits",
"packageName": "react-native-windows",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "none"
}
4 changes: 2 additions & 2 deletions vnext/Microsoft.ReactNative/IReactContext.idl
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ namespace Microsoft.ReactNative
IReactSettingsSnapshot SettingsSnapshot { get; };

DOC_STRING(
"Gets @IReactPropertyBag shared with the @ReactInstanceSettings.Properties.\n"
"Gets the @IReactPropertyBag shared with the @ReactInstanceSettings.Properties.\n"
"It can be used to share values and state between components and the applications.")
IReactPropertyBag Properties { get; };

DOC_STRING(
"Gets @IReactNotificationService shared with the @ReactInstanceSettings.Notifications.\n"
"Gets the @IReactNotificationService shared with the @ReactInstanceSettings.Notifications.\n"
"It can be used to send notifications events between components and the application.\n"
"All notification subscriptions added to the @IReactContext.Notifications are automatically removed "
"after the @IReactContext is destroyed.\n"
Expand Down
4 changes: 2 additions & 2 deletions vnext/Microsoft.ReactNative/IViewManager.idl
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ namespace Microsoft.ReactNative

[webhosthidden]
DOC_STRING(
"Enables view managers to track when views are"
"removed from their shadow trees. "
"Enables view managers to track when views are "
"removed from the shadow tree. "
)
interface IViewManagerWithDropViewInstance {
DOC_STRING(
Expand Down
8 changes: 4 additions & 4 deletions vnext/Microsoft.ReactNative/ReactInstanceSettings.idl
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ namespace Microsoft.ReactNative
"This can be an `ms-appx://` or `ms-appdata://` URI (if the app is UWP or packaged using MSIX), "
"a filesystem path, or a URI pointing at an embedded resource.\n"
"Examples:\n\n"
"- `ms-appx:///Bundle` - locates the bundle in the MSIX package. See [URI schemes](https://docs.microsoft.com/windows/uwp/app-resources/uri-schemes) for other UWP/MSIX valid URI formats."
"- `C:\\foo\\bar` - locates the bundle in the local filesystem. Note [UWP app file access permissions](https://docs.microsoft.com/windows/uwp/files/file-access-permissions)."
"- `resource://moduleName` - locates the bundle as an embedded RCDATA resource in moduleName. Specify the resource ID in @.JavaScriptBundleFile."
"- `resource://` - locates the bundle as an embedded RCDATA resource in the running process's module. Specify the resource ID in @.JavaScriptBundleFile."
"- `ms-appx:///Bundle` - locates the bundle in the MSIX package. See [URI schemes](https://docs.microsoft.com/windows/uwp/app-resources/uri-schemes) for other UWP/MSIX valid URI formats.\n"
"- `C:\\foo\\bar` - locates the bundle in the local filesystem. Note [UWP app file access permissions](https://docs.microsoft.com/windows/uwp/files/file-access-permissions).\n"
"- `resource://moduleName` - locates the bundle as an embedded RCDATA resource in moduleName. Specify the resource ID in @.JavaScriptBundleFile.\n"
"- `resource://` - locates the bundle as an embedded RCDATA resource in the running process's module. Specify the resource ID in @.JavaScriptBundleFile.\n"
)
DOC_DEFAULT("ms-appx:///Bundle/")
String BundleRootPath { get; set; };
Expand Down

0 comments on commit 9fdf399

Please sign in to comment.