├── .gitignore ├── .openpublishing.publish.config.json ├── .vscode └── settings.json ├── Examples ├── azure-iot-device │ ├── client.yml │ └── index.yml ├── sample.yml ├── sp-core-library │ ├── displaymode.yml │ ├── index.yml │ ├── servicekey.yml │ └── servicescope.yml └── sp-http │ ├── httpclient.yml │ └── ihttpclientconfigurations.yml ├── LICENSE ├── LICENSE-CODE ├── README.md ├── SP-Framework ├── decorators.yml ├── docfx.json ├── overview │ └── sharepoint.md ├── sp-adaptive-card-extension-base.yml ├── sp-adaptive-card-extension-base │ ├── adaptivecardextensioncontext.yml │ ├── barchartdata.yml │ ├── baseadaptivecardextension.yml │ ├── baseadaptivecardquickview.yml │ ├── baseadaptivecardview.yml │ ├── basebasiccardview.yml │ ├── basecardview.yml │ ├── basecomponentscardview.yml │ ├── baseimagecardview.yml │ ├── baseonbeforeactionarguments.yml │ ├── baseprimarytextcardview.yml │ ├── basequickview.yml │ ├── basetemplatecardview.yml │ ├── baseview.yml │ ├── basewebquickview.yml │ ├── cardcomponentconfiguration.yml │ ├── cardcomponenteventnames.yml │ ├── cardcomponentname.yml │ ├── carddatavisualizationkind.yml │ ├── cardsearchboxeventnames.yml │ ├── cardsize.yml │ ├── cardtextinputeventnames.yml │ ├── cardviewactionsfooterconfiguration.yml │ ├── cardviewactionsfooterparameters.yml │ ├── componentscardviewparameters.yml │ ├── devicecontext.yml │ ├── genericcardviewfooterconfiguration.yml │ ├── genericcardviewfooterparameters.yml │ ├── iactionarguments.yml │ ├── iactionerror.yml │ ├── iactionerrorarguments.yml │ ├── iadaptivecardextensionactionview.yml │ ├── iadaptivecardextensiondataview.yml │ ├── iadaptivecardextensionicon.yml │ ├── iadaptivecardextensionimage.yml │ ├── iadaptivecardextensionpropertiesmetadata.yml │ ├── iadaptivecardextensionpropertymetadata.yml │ ├── iattachmenterror.yml │ ├── iaxis.yml │ ├── ibarchartcardviewconfiguration.yml │ ├── ibarchartseries.yml │ ├── ibaseactionarguments.yml │ ├── ibaseactionerrorarguments.yml │ ├── ibasecarddatavisualizationparameters.yml │ ├── ibasecardparameters.yml │ ├── ibaseonbeforeactionarguments.yml │ ├── ibaseseries.yml │ ├── ibasiccardparameters.yml │ ├── ibasictextcardviewconfiguration.yml │ ├── icachedloadparameters.yml │ ├── icachesettings.yml │ ├── icardaction.yml │ ├── icardbarchartconfiguration.yml │ ├── icardbarchartparameters.yml │ ├── icardbarconfiguration.yml │ ├── icardbarparameters.yml │ ├── icardbutton.yml │ ├── icardbuttonbase.yml │ ├── icardbuttonconfiguration.yml │ ├── icardbuttonparameters.yml │ ├── icardcomponentparameters.yml │ ├── icardlinechartconfiguration.yml │ ├── icardlinechartparameters.yml │ ├── icardpiechartconfiguration.yml │ ├── icardpiechartparameters.yml │ ├── icardsearchboxbutton.yml │ ├── icardsearchboxconfiguration.yml │ ├── icardsearchboxparameters.yml │ ├── icardsearchfooterconfiguration.yml │ ├── icardsearchfooterparameters.yml │ ├── icardtextconfiguration.yml │ ├── icardtextinputconfiguration.yml │ ├── icardtextinputiconbutton.yml │ ├── icardtextinputparameters.yml │ ├── icardtextinputtitlebutton.yml │ ├── icardtextparameters.yml │ ├── icardviewconfiguration.yml │ ├── icardviewparameters.yml │ ├── icartesianchartparameters.yml │ ├── iconfirmationdialog.yml │ ├── idatapoint.yml │ ├── idatavisualizationcardviewconfiguration.yml │ ├── idatavisualizationcardviewparameters.yml │ ├── iexecuteactionarguments.yml │ ├── iexecutecardaction.yml │ ├── iexecutecardparameters.yml │ ├── iexternallinkactionarguments.yml │ ├── iexternallinkcardaction.yml │ ├── iexternallinkparameters.yml │ ├── ifocusparameters.yml │ ├── igetlocationaction.yml │ ├── igetlocationactionarguments.yml │ ├── igetlocationactionparameters.yml │ ├── igetlocationcardaction.yml │ ├── iimagecardparameters.yml │ ├── iimagecardviewconfiguration.yml │ ├── ilinechartcardviewconfiguration.yml │ ├── ilinechartseries.yml │ ├── ilocation.yml │ ├── ilocationactionprovider.yml │ ├── ilocationerrorarguments.yml │ ├── inotificationarguments.yml │ ├── inotificationresponse.yml │ ├── ionbeforeactionarguments.yml │ ├── ipartialmicrosoftteams.yml │ ├── ipartialsdks.yml │ ├── ipartialteamscontext.yml │ ├── ipartialteamsjs.yml │ ├── ipiechartcardviewconfiguration.yml │ ├── ipiechartseries.yml │ ├── ipiedatapoint.yml │ ├── iprimarytextcardparameters.yml │ ├── iprimarytextcardviewconfiguration.yml │ ├── iquickviewactionarguments.yml │ ├── iquickviewcardaction.yml │ ├── iquickviewnavigator.yml │ ├── iquickviewparameters.yml │ ├── isearchcardviewconfiguration.yml │ ├── isearchcardviewparameters.yml │ ├── iselectmediaaction.yml │ ├── iselectmediaactionarguments.yml │ ├── iselectmediaactionerrorarguments.yml │ ├── iselectmediaactionparameters.yml │ ├── iselectmediaattachment.yml │ ├── iselectmediacardaction.yml │ ├── ishowcardactionarguments.yml │ ├── ishowlocationaction.yml │ ├── ishowlocationactionarguments.yml │ ├── ishowlocationactionparameters.yml │ ├── ishowlocationcardaction.yml │ ├── ispfxadaptivecard.yml │ ├── isubmitactionarguments.yml │ ├── isubmitcardaction.yml │ ├── isubmitcardparameters.yml │ ├── itextcardviewparameters.yml │ ├── itextinputcardviewconfiguration.yml │ ├── itextinputcardviewparameters.yml │ ├── itextinputimagecardviewconfiguration.yml │ ├── iviewnavigator.yml │ ├── linechartdata.yml │ ├── maxthreetuple.yml │ ├── mediatype.yml │ ├── quickviewnavigator.yml │ ├── rendertype.yml │ ├── supportedbarchartdatatypes.yml │ ├── supportedlinechartdatatypes.yml │ └── viewnavigator.yml ├── sp-application-base.yml ├── sp-application-base │ ├── applicationaccessor.yml │ ├── applicationcustomizercontext.yml │ ├── baseapplication.yml │ ├── baseapplicationcontext.yml │ ├── baseapplicationcustomizer.yml │ ├── iplaceholdercreatecontentoptions.yml │ ├── placeholdercontent.yml │ ├── placeholdername.yml │ └── placeholderprovider.yml ├── sp-component-base.yml ├── sp-component-base │ ├── basecomponent.yml │ ├── basecomponentcontext.yml │ ├── dynamicdataprovider.yml │ ├── dynamicdatasourcemanager.yml │ ├── dynamicproperty.yml │ ├── icomponentpropertymetadata.yml │ ├── ireadonlyfontstyles.yml │ ├── ireadonlyrawstyle.yml │ ├── ireadonlytheme.yml │ ├── iserializedserverprocesseddata.yml │ ├── itheme.yml │ ├── themechangedeventargs.yml │ └── themeprovider.yml ├── sp-core-library.yml ├── sp-core-library │ ├── _continuerecursivelyextractfromset.yml │ ├── _isnever.yml │ ├── _nextvalue.yml │ ├── _recursivelyextractfromset.yml │ ├── _stop.yml │ ├── _uniquecondition.yml │ ├── _uniquefromset.yml │ ├── displaymode.yml │ ├── ensureextends.yml │ ├── environment.yml │ ├── environmenttype.yml │ ├── extractfromset.yml │ ├── formdisplaymode.yml │ ├── guid.yml │ ├── idisposable.yml │ ├── iloghandler.yml │ ├── irandomnumbergenerator.yml │ ├── iservicecollection.yml │ ├── iservicekey.yml │ ├── iservicescope.yml │ ├── ispeventobserver.yml │ ├── isstringunion.yml │ ├── isunion.yml │ ├── itimeprovider.yml │ ├── log.yml │ ├── randomnumbergenerator.yml │ ├── rootservicekey.yml │ ├── serviceclass.yml │ ├── serviceclassconstructor.yml │ ├── servicecreator.yml │ ├── servicekey.yml │ ├── servicescope.yml │ ├── session.yml │ ├── sperror.yml │ ├── spevent.yml │ ├── speventargs.yml │ ├── stringunion.yml │ ├── text_2.yml │ ├── timeprovider.yml │ ├── uniontointersection.yml │ ├── urlqueryparametercollection.yml │ ├── urlutilities.yml │ ├── validate.yml │ └── version.yml ├── sp-diagnostics.yml ├── sp-dialog.yml ├── sp-dialog │ ├── basedialog.yml │ ├── dialog.yml │ ├── ialertoptions.yml │ ├── idialogconfiguration.yml │ ├── idialogshowoptions.yml │ ├── ipromptoptions.yml │ └── isecondarydialogprovider.yml ├── sp-dynamic-data.yml ├── sp-dynamic-data │ ├── dynamicdatareference.yml │ ├── idynamicdataannotatedpropertyvalue.yml │ ├── idynamicdatacallables.yml │ ├── idynamicdataeventdefinition.yml │ ├── idynamicdatapropertydefinition.yml │ ├── idynamicdatapropertymetadata.yml │ ├── idynamicdatapropertyvaluemetadata.yml │ ├── idynamicdatapropertyvaluemetadatacollection.yml │ ├── idynamicdatasource.yml │ └── idynamicdatasourcemetadata.yml ├── sp-extension-base.yml ├── sp-extension-base │ ├── baseextension.yml │ └── extensioncontext.yml ├── sp-http-base.yml ├── sp-http-base │ ├── aadhttpclient.yml │ ├── aadhttpclientconfiguration.yml │ ├── aadhttpclientfactory.yml │ ├── aadhttpclientresponse.yml │ ├── aadtokenprovider.yml │ ├── aadtokenproviderfactory.yml │ ├── beforefullpageredirecteventargs.yml │ ├── beforeredirecteventargs.yml │ ├── digestcache.yml │ ├── httpclient.yml │ ├── httpclientconfiguration.yml │ ├── httpclientresponse.yml │ ├── iaadhttpclientconfiguration.yml │ ├── iaadhttpclientconfigurations.yml │ ├── iaadhttpclientoptions.yml │ ├── iaadtokenprovider.yml │ ├── iaadtokenproviderconfiguration.yml │ ├── iauthenticationscheme.yml │ ├── ibeforeredirecteventargs.yml │ ├── idigestcache.yml │ ├── ifetchprovider.yml │ ├── igettokendataoptions.yml │ ├── igettokenoptions.yml │ ├── ihttpclientconfiguration.yml │ ├── ihttpclientconfigurations.yml │ ├── ihttpclientoptions.yml │ ├── ipopupeventargs.yml │ ├── isphttpclientbatchconfiguration.yml │ ├── isphttpclientbatchconfigurations.yml │ ├── isphttpclientbatchcreationoptions.yml │ ├── isphttpclientbatchoptions.yml │ ├── isphttpclientcommonconfiguration.yml │ ├── isphttpclientconfiguration.yml │ ├── isphttpclientconfigurations.yml │ ├── isphttpclientoptions.yml │ ├── itokenacquisitioneventargs.yml │ ├── odataversion.yml │ ├── popupeventargs.yml │ ├── popuprequesteventargs.yml │ ├── sphttpclient.yml │ ├── sphttpclientbatch.yml │ ├── sphttpclientbatchconfiguration.yml │ ├── sphttpclientcommonconfiguration.yml │ ├── sphttpclientconfiguration.yml │ ├── sphttpclientresponse.yml │ ├── sphttpheader.yml │ └── tokenacquisitioneventargs.yml ├── sp-http-msgraph.yml ├── sp-http-msgraph │ ├── graphrequest.yml │ ├── msgraphclient.yml │ ├── msgraphclientfactory.yml │ └── msgraphclientv3.yml ├── sp-http.yml ├── sp-image-helper.yml ├── sp-image-helper │ ├── iimagehelperrequest.yml │ └── imagehelper.yml ├── sp-list-subscription.yml ├── sp-list-subscription │ ├── icreatesubscriptionsettings.yml │ ├── ilistsubscription.yml │ ├── isubscriptioncallbacks.yml │ └── listsubscriptionfactory.yml ├── sp-listview-extensibility.yml ├── sp-listview-extensibility │ ├── basefieldcustomizer.yml │ ├── baseformcustomizer.yml │ ├── baselistviewcommandset.yml │ ├── columnaccessor.yml │ ├── command.yml │ ├── fieldcustomizercontext.yml │ ├── formcustomizercontext.yml │ ├── icolumn.yml │ ├── icontenttype.yml │ ├── ifieldcustomizercelleventparameters.yml │ ├── ifilter.yml │ ├── ifolderinfo.yml │ ├── iformcustomizercontext.yml │ ├── ilist.yml │ ├── ilistitem.yml │ ├── ilistviewaccessorstate.yml │ ├── ilistviewcommandsetexecuteeventparameters.yml │ ├── ilistviewcommandsetlistviewupdatedparameters.yml │ ├── irow.yml │ ├── iview.yml │ ├── listitemaccessor.yml │ ├── listviewaccessor.yml │ ├── listviewaccessorstatechanges.yml │ ├── listviewcommandsetcontext.yml │ ├── listviewstatechangedeventargs.yml │ ├── rowaccessor.yml │ └── selectedrowschangedeventargs.yml ├── sp-loader.yml ├── sp-loader │ ├── iloadscriptoptions.yml │ └── spcomponentloader.yml ├── sp-lodash-subset.yml ├── sp-lodash-subset │ ├── cancelable.yml │ └── throttlesettings.yml ├── sp-module-interfaces.yml ├── sp-module-interfaces │ ├── componenttype.yml │ ├── extensiontype.yml │ ├── iadaptivecardextensionmanifest.yml │ ├── iadaptivecardextensionmanifestentry.yml │ ├── iaiproperties.yml │ ├── icapabilitycollection.yml │ ├── iclientsideapplicationmanifest.yml │ ├── iclientsideassemblymanifest.yml │ ├── iclientsidecomponentloaderconfiguration.yml │ ├── iclientsidecomponentmanifest.yml │ ├── iclientsideextensionmanifest.yml │ ├── iclientsidelibrarymanifest.yml │ ├── iclientsidemanifestbase.yml │ ├── iclientsidemultiversionmanifest.yml │ ├── iclientsidewebpartmanifest.yml │ ├── iclientsidewebpartmanifestentry.yml │ ├── iclientsidewebpartmanifestinstance.yml │ ├── icommanddefinition.yml │ ├── icommandsetextensionmanifest.yml │ ├── icomponentmoduleconfiguration.yml │ ├── iflexiblelayoutsizing.yml │ ├── iintegritypath.yml │ ├── ilocalizedpathmoduleconfiguration.yml │ ├── ilocalizedstring.yml │ ├── imoduleconfiguration.yml │ ├── imoduleconfigurationbase.yml │ ├── ipathmoduleconfiguration.yml │ ├── iprefabappmanifest.yml │ ├── iprefabappondemandsitescript.yml │ ├── iprefabapponinstallsitescript.yml │ ├── iprefabappsitescriptbase.yml │ ├── iprefabappsitesettingslink.yml │ ├── iprefabapptoolboxentry.yml │ ├── ipreloadoptions.yml │ ├── isitescriptactionbase.yml │ ├── manifesttype.yml │ ├── predefinedgroup.yml │ ├── prefabappsitescript.yml │ └── sitescripttype.yml ├── sp-odata-types.yml ├── sp-odata-types │ ├── _iodatauserid.yml │ ├── iodatabasepermission.yml │ ├── iodatachangetoken.yml │ ├── iodatacontenttype.yml │ ├── iodatacontextwebinformation.yml │ ├── iodataformsclientsideconfiguration.yml │ ├── iodatalist.yml │ ├── iodatalistitem.yml │ ├── iodatanavigationnode.yml │ ├── iodatanavigationnodecollection.yml │ ├── iodatauser.yml │ ├── iodatausercustomaction.yml │ └── iodataweb.yml ├── sp-page-context.yml ├── sp-page-context │ ├── azureactivedirectoryinfo.yml │ ├── cultureinfo.yml │ ├── ispsystemtime.yml │ ├── isptimezonedata.yml │ ├── o365groupassociation.yml │ ├── o365groupassociationtype.yml │ ├── page.yml │ ├── pagecontext.yml │ ├── sharepointpagecontextdataprovider.yml │ ├── spdayofweek-typealias.yml │ ├── spfield.yml │ ├── splist.yml │ ├── splistitem.yml │ ├── sppermission.yml │ ├── spsite.yml │ ├── sptimezone.yml │ ├── spuser.yml │ └── spweb.yml ├── sp-property-pane.yml ├── sp-property-pane │ ├── dynamicdatashareddepth.yml │ ├── idynamicdatasharedpropertyconfiguration.yml │ ├── idynamicdatasharedpropertyfilters.yml │ ├── idynamicdatasharedsourceconfiguration.yml │ ├── idynamicdatasharedsourcefilters.yml │ ├── iguidset.yml │ ├── imagefit-typealias.yml │ ├── ipopupwindowprops.yml │ ├── ipropertypanebuttonprops.yml │ ├── ipropertypanecheckboxprops.yml │ ├── ipropertypanechoicegroupoption.yml │ ├── ipropertypanechoicegroupoptioniconprops.yml │ ├── ipropertypanechoicegroupprops.yml │ ├── ipropertypaneconditionalgroup.yml │ ├── ipropertypaneconfiguration.yml │ ├── ipropertypanecustomfieldprops.yml │ ├── ipropertypanedebounceproperty.yml │ ├── ipropertypanedropdowncalloutprops.yml │ ├── ipropertypanedropdownoption.yml │ ├── ipropertypanedropdownprops.yml │ ├── ipropertypanedynamicfieldfilters.yml │ ├── ipropertypanedynamicfieldprops.yml │ ├── ipropertypanedynamicfieldsetprops.yml │ ├── ipropertypanedynamictextfieldprops.yml │ ├── ipropertypanefield.yml │ ├── ipropertypanegroup.yml │ ├── ipropertypaneheadingprops.yml │ ├── ipropertypaneiconpickerprops.yml │ ├── ipropertypanelabelprops.yml │ ├── ipropertypanelinkprops.yml │ ├── ipropertypanepage.yml │ ├── ipropertypanepageheader.yml │ ├── ipropertypanesliderprops.yml │ ├── ipropertypanespinbuttonprops.yml │ ├── ipropertypanetextfieldprops.yml │ ├── ipropertypanethumbnailpickerprops.yml │ ├── ipropertypanetoggleprops.yml │ ├── ithumbnail.yml │ ├── ithumbnailfabricreacticon.yml │ ├── ithumbnailiconsizeimage.yml │ ├── ithumbnailimage.yml │ ├── pagestype.yml │ ├── popupwindowposition.yml │ ├── propertypanebuttontype.yml │ ├── propertypanedropdownoptiontype.yml │ ├── propertypanefieldtype.yml │ ├── propertypaneheadinglevel.yml │ └── thumbnailtype-typealias.yml ├── sp-search-extensibility.yml ├── sp-search-extensibility │ ├── basesearchquerymodifier.yml │ ├── iquery.yml │ ├── searchquerymodifiercontext.yml │ └── searchqueryscenario.yml ├── sp-top-actions.yml ├── sp-top-actions │ ├── itopactions.yml │ ├── itopactionsbuttonprops.yml │ ├── itopactionsbuttonv2props.yml │ ├── itopactionscomboboxprops.yml │ ├── itopactionsdropdownoption.yml │ ├── itopactionsdropdownoptioniconprops.yml │ ├── itopactionsdropdownprops.yml │ ├── itopactionsdropdownv2props.yml │ ├── itopactionsfield.yml │ ├── itopactionsfieldcommonprops.yml │ ├── itopactionssplitprops.yml │ ├── itopactionstoggleprops.yml │ └── topactionsfieldtype.yml ├── sp-webpart-base.yml ├── sp-webpart-base │ ├── _cleardomelementcallback.yml │ ├── baseclientsidewebpart.yml │ ├── basewebpart.yml │ ├── basewebpartcontext.yml │ ├── dynamicdatashareddepth.yml │ ├── iagentssdk.yml │ ├── iclientsidewebpartstatusrenderer.yml │ ├── idynamicdatasharedpropertyconfiguration.yml │ ├── idynamicdatasharedpropertyfilters.yml │ ├── idynamicdatasharedsourceconfiguration.yml │ ├── idynamicdatasharedsourcefilters.yml │ ├── imicrosoftteams.yml │ ├── ipropertypaneaccessor.yml │ ├── ipropertypanebuttonprops.yml │ ├── ipropertypanecheckboxprops.yml │ ├── ipropertypanechoicegroupoption.yml │ ├── ipropertypanechoicegroupoptioniconprops.yml │ ├── ipropertypanechoicegroupprops.yml │ ├── ipropertypaneconditionalgroup.yml │ ├── ipropertypaneconfiguration.yml │ ├── ipropertypanecustomfieldprops.yml │ ├── ipropertypanedropdowncalloutprops.yml │ ├── ipropertypanedropdownoption.yml │ ├── ipropertypanedropdownprops.yml │ ├── ipropertypanedynamicfieldfilters.yml │ ├── ipropertypanedynamicfieldprops.yml │ ├── ipropertypanedynamicfieldsetprops.yml │ ├── ipropertypanedynamictextfieldprops.yml │ ├── ipropertypanefield.yml │ ├── ipropertypanegroup.yml │ ├── ipropertypanelabelprops.yml │ ├── ipropertypanelifecycleeventcallback.yml │ ├── ipropertypanelifecycleeventdata.yml │ ├── ipropertypanelinkprops.yml │ ├── ipropertypanepage.yml │ ├── ipropertypanepageheader.yml │ ├── ipropertypanesliderprops.yml │ ├── ipropertypanetextfieldprops.yml │ ├── ipropertypanetoggleprops.yml │ ├── isdks.yml │ ├── iserializedwebpartdata.yml │ ├── iwebpartcontext.yml │ ├── iwebpartdata.yml │ ├── iwebpartpropertiesmetadata.yml │ ├── iwebpartpropertymetadata.yml │ ├── propertypanebuttontype.yml │ ├── propertypanedropdownoptiontype.yml │ ├── propertypanefieldtype.yml │ ├── webpartcontext.yml │ ├── webpartformfactor.yml │ └── webpartisolationlevel.yml ├── spfx-toc │ └── toc.yml └── toc.yml ├── ThirdPartyNotices └── generate-docs ├── .gitignore ├── GenerateDocs.cmd └── json ├── decorators.api.json ├── recopy.bat ├── sp-application-base.api.json ├── sp-component-base.api.json ├── sp-core-library.api.json ├── sp-diagnostics.api.json ├── sp-dialog.api.json ├── sp-dynamic-data.api.json ├── sp-extension-base.api.json ├── sp-http.api.json ├── sp-list-subscription.api.json ├── sp-listview-extensibility.api.json ├── sp-loader.api.json ├── sp-lodash-subset.api.json ├── sp-module-interfaces.api.json ├── sp-odata-types.api.json ├── sp-page-context.api.json ├── sp-property-pane.api.json ├── sp-search-extensibility.api.json └── sp-webpart-base.api.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/.gitignore -------------------------------------------------------------------------------- /.openpublishing.publish.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/.openpublishing.publish.config.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Examples/azure-iot-device/client.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/azure-iot-device/client.yml -------------------------------------------------------------------------------- /Examples/azure-iot-device/index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/azure-iot-device/index.yml -------------------------------------------------------------------------------- /Examples/sample.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sample.yml -------------------------------------------------------------------------------- /Examples/sp-core-library/displaymode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-core-library/displaymode.yml -------------------------------------------------------------------------------- /Examples/sp-core-library/index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-core-library/index.yml -------------------------------------------------------------------------------- /Examples/sp-core-library/servicekey.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-core-library/servicekey.yml -------------------------------------------------------------------------------- /Examples/sp-core-library/servicescope.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-core-library/servicescope.yml -------------------------------------------------------------------------------- /Examples/sp-http/httpclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-http/httpclient.yml -------------------------------------------------------------------------------- /Examples/sp-http/ihttpclientconfigurations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/Examples/sp-http/ihttpclientconfigurations.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/README.md -------------------------------------------------------------------------------- /SP-Framework/decorators.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/decorators.yml -------------------------------------------------------------------------------- /SP-Framework/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/docfx.json -------------------------------------------------------------------------------- /SP-Framework/overview/sharepoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/overview/sharepoint.md -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/adaptivecardextensioncontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/adaptivecardextensioncontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/barchartdata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/barchartdata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardextension.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardextension.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardquickview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardquickview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseadaptivecardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basebasiccardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basebasiccardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basecardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basecardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basecomponentscardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basecomponentscardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseimagecardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseimagecardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseonbeforeactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseonbeforeactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseprimarytextcardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseprimarytextcardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basequickview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basequickview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basetemplatecardview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basetemplatecardview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/baseview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/baseview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/basewebquickview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/basewebquickview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardcomponentconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardcomponentconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardcomponenteventnames.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardcomponenteventnames.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardcomponentname.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardcomponentname.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/carddatavisualizationkind.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/carddatavisualizationkind.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardsearchboxeventnames.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardsearchboxeventnames.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardsize.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardsize.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardtextinputeventnames.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardtextinputeventnames.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardviewactionsfooterconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardviewactionsfooterconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/cardviewactionsfooterparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/cardviewactionsfooterparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/componentscardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/componentscardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/devicecontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/devicecontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/genericcardviewfooterconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/genericcardviewfooterconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/genericcardviewfooterparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/genericcardviewfooterparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iactionerror.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iactionerror.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iactionerrorarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iactionerrorarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionactionview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionactionview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensiondataview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensiondataview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionicon.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionicon.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionimage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionimage.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionpropertiesmetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionpropertiesmetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionpropertymetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iadaptivecardextensionpropertymetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iattachmenterror.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iattachmenterror.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iaxis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iaxis.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibarchartcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibarchartcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibarchartseries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibarchartseries.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibaseactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibaseactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibaseactionerrorarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibaseactionerrorarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibasecarddatavisualizationparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibasecarddatavisualizationparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibasecardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibasecardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibaseonbeforeactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibaseonbeforeactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibaseseries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibaseseries.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibasiccardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibasiccardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ibasictextcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ibasictextcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icachedloadparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icachedloadparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icachesettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icachesettings.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbarchartconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbarchartconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbarchartparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbarchartparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbarconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbarconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbarparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbarparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbutton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbutton.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbuttonbase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbuttonbase.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbuttonconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbuttonconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardbuttonparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardbuttonparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardcomponentparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardcomponentparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardlinechartconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardlinechartconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardlinechartparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardlinechartparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardpiechartconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardpiechartconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardpiechartparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardpiechartparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardsearchboxbutton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardsearchboxbutton.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardsearchboxconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardsearchboxconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardsearchboxparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardsearchboxparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardsearchfooterconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardsearchfooterconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardsearchfooterparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardsearchfooterparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextinputconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextinputconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextinputiconbutton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextinputiconbutton.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextinputparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextinputparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextinputtitlebutton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextinputtitlebutton.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardtextparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardtextparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/icartesianchartparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/icartesianchartparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iconfirmationdialog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iconfirmationdialog.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/idatapoint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/idatapoint.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/idatavisualizationcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/idatavisualizationcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/idatavisualizationcardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/idatavisualizationcardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexecuteactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexecuteactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexecutecardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexecutecardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexecutecardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexecutecardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexternallinkactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexternallinkactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexternallinkcardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexternallinkcardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iexternallinkparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iexternallinkparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ifocusparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ifocusparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/igetlocationaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/igetlocationaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/igetlocationactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/igetlocationactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/igetlocationactionparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/igetlocationactionparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/igetlocationcardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/igetlocationcardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iimagecardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iimagecardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iimagecardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iimagecardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ilinechartcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ilinechartcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ilinechartseries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ilinechartseries.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ilocation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ilocation.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ilocationactionprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ilocationactionprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ilocationerrorarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ilocationerrorarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/inotificationarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/inotificationarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/inotificationresponse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/inotificationresponse.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ionbeforeactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ionbeforeactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipartialmicrosoftteams.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipartialmicrosoftteams.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipartialsdks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipartialsdks.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipartialteamscontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipartialteamscontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipartialteamsjs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipartialteamsjs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipiechartcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipiechartcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipiechartseries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipiechartseries.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ipiedatapoint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ipiedatapoint.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iprimarytextcardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iprimarytextcardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iprimarytextcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iprimarytextcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iquickviewactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iquickviewactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iquickviewcardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iquickviewcardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iquickviewnavigator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iquickviewnavigator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iquickviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iquickviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/isearchcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/isearchcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/isearchcardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/isearchcardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediaaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediaaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionerrorarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionerrorarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediaactionparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediaattachment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediaattachment.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iselectmediacardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iselectmediacardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ishowcardactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ishowcardactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ishowlocationaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ishowlocationaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ishowlocationactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ishowlocationactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ishowlocationactionparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ishowlocationactionparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ishowlocationcardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ishowlocationcardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/ispfxadaptivecard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/ispfxadaptivecard.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/isubmitactionarguments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/isubmitactionarguments.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/isubmitcardaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/isubmitcardaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/isubmitcardparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/isubmitcardparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/itextcardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/itextcardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/itextinputcardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/itextinputcardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/itextinputcardviewparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/itextinputcardviewparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/itextinputimagecardviewconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/itextinputimagecardviewconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/iviewnavigator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/iviewnavigator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/linechartdata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/linechartdata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/maxthreetuple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/maxthreetuple.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/mediatype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/mediatype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/quickviewnavigator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/quickviewnavigator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/rendertype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/rendertype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/supportedbarchartdatatypes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/supportedbarchartdatatypes.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/supportedlinechartdatatypes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/supportedlinechartdatatypes.yml -------------------------------------------------------------------------------- /SP-Framework/sp-adaptive-card-extension-base/viewnavigator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-adaptive-card-extension-base/viewnavigator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/applicationaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/applicationaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/applicationcustomizercontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/applicationcustomizercontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/baseapplication.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/baseapplication.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/baseapplicationcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/baseapplicationcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/baseapplicationcustomizer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/baseapplicationcustomizer.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/iplaceholdercreatecontentoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/iplaceholdercreatecontentoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/placeholdercontent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/placeholdercontent.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/placeholdername.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/placeholdername.yml -------------------------------------------------------------------------------- /SP-Framework/sp-application-base/placeholderprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-application-base/placeholderprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/basecomponent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/basecomponent.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/basecomponentcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/basecomponentcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/dynamicdataprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/dynamicdataprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/dynamicdatasourcemanager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/dynamicdatasourcemanager.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/dynamicproperty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/dynamicproperty.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/icomponentpropertymetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/icomponentpropertymetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/ireadonlyfontstyles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/ireadonlyfontstyles.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/ireadonlyrawstyle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/ireadonlyrawstyle.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/ireadonlytheme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/ireadonlytheme.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/iserializedserverprocesseddata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/iserializedserverprocesseddata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/itheme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/itheme.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/themechangedeventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/themechangedeventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-component-base/themeprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-component-base/themeprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_continuerecursivelyextractfromset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_continuerecursivelyextractfromset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_isnever.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_isnever.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_nextvalue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_nextvalue.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_recursivelyextractfromset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_recursivelyextractfromset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_stop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_stop.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_uniquecondition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_uniquecondition.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/_uniquefromset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/_uniquefromset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/displaymode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/displaymode.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/ensureextends.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/ensureextends.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/environment.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/environmenttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/environmenttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/extractfromset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/extractfromset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/formdisplaymode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/formdisplaymode.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/guid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/guid.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/idisposable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/idisposable.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/iloghandler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/iloghandler.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/irandomnumbergenerator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/irandomnumbergenerator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/iservicecollection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/iservicecollection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/iservicekey.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/iservicekey.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/iservicescope.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/iservicescope.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/ispeventobserver.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/ispeventobserver.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/isstringunion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/isstringunion.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/isunion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/isunion.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/itimeprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/itimeprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/log.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/log.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/randomnumbergenerator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/randomnumbergenerator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/rootservicekey.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/rootservicekey.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/serviceclass.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/serviceclass.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/serviceclassconstructor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/serviceclassconstructor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/servicecreator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/servicecreator.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/servicekey.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/servicekey.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/servicescope.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/servicescope.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/session.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/session.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/sperror.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/sperror.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/spevent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/spevent.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/speventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/speventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/stringunion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/stringunion.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/text_2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/text_2.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/timeprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/timeprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/uniontointersection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/uniontointersection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/urlqueryparametercollection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/urlqueryparametercollection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/urlutilities.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/urlutilities.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/validate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/validate.yml -------------------------------------------------------------------------------- /SP-Framework/sp-core-library/version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-core-library/version.yml -------------------------------------------------------------------------------- /SP-Framework/sp-diagnostics.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-diagnostics.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/basedialog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/basedialog.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/dialog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/dialog.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/ialertoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/ialertoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/idialogconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/idialogconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/idialogshowoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/idialogshowoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/ipromptoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/ipromptoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dialog/isecondarydialogprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dialog/isecondarydialogprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/dynamicdatareference.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/dynamicdatareference.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdataannotatedpropertyvalue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdataannotatedpropertyvalue.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatacallables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatacallables.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdataeventdefinition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdataeventdefinition.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatapropertydefinition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatapropertydefinition.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatapropertymetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatapropertymetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatapropertyvaluemetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatapropertyvaluemetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatapropertyvaluemetadatacollection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatapropertyvaluemetadatacollection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatasource.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatasource.yml -------------------------------------------------------------------------------- /SP-Framework/sp-dynamic-data/idynamicdatasourcemetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-dynamic-data/idynamicdatasourcemetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-extension-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-extension-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-extension-base/baseextension.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-extension-base/baseextension.yml -------------------------------------------------------------------------------- /SP-Framework/sp-extension-base/extensioncontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-extension-base/extensioncontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadhttpclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadhttpclient.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadhttpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadhttpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadhttpclientfactory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadhttpclientfactory.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadhttpclientresponse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadhttpclientresponse.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadtokenprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadtokenprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/aadtokenproviderfactory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/aadtokenproviderfactory.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/beforefullpageredirecteventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/beforefullpageredirecteventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/beforeredirecteventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/beforeredirecteventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/digestcache.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/digestcache.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/httpclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/httpclient.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/httpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/httpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/httpclientresponse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/httpclientresponse.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iaadhttpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iaadhttpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iaadhttpclientconfigurations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iaadhttpclientconfigurations.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iaadhttpclientoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iaadhttpclientoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iaadtokenprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iaadtokenprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iaadtokenproviderconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iaadtokenproviderconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/iauthenticationscheme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/iauthenticationscheme.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ibeforeredirecteventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ibeforeredirecteventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/idigestcache.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/idigestcache.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ifetchprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ifetchprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/igettokendataoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/igettokendataoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/igettokenoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/igettokenoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ihttpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ihttpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ihttpclientconfigurations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ihttpclientconfigurations.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ihttpclientoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ihttpclientoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/ipopupeventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/ipopupeventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientbatchconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientbatchconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientbatchconfigurations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientbatchconfigurations.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientbatchcreationoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientbatchcreationoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientbatchoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientbatchoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientcommonconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientcommonconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientconfigurations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientconfigurations.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/isphttpclientoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/isphttpclientoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/itokenacquisitioneventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/itokenacquisitioneventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/odataversion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/odataversion.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/popupeventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/popupeventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/popuprequesteventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/popuprequesteventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclient.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclientbatch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclientbatch.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclientbatchconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclientbatchconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclientcommonconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclientcommonconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclientconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclientconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpclientresponse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpclientresponse.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/sphttpheader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/sphttpheader.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-base/tokenacquisitioneventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-base/tokenacquisitioneventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-msgraph.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-msgraph.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-msgraph/graphrequest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-msgraph/graphrequest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-msgraph/msgraphclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-msgraph/msgraphclient.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-msgraph/msgraphclientfactory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-msgraph/msgraphclientfactory.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http-msgraph/msgraphclientv3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http-msgraph/msgraphclientv3.yml -------------------------------------------------------------------------------- /SP-Framework/sp-http.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-http.yml -------------------------------------------------------------------------------- /SP-Framework/sp-image-helper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-image-helper.yml -------------------------------------------------------------------------------- /SP-Framework/sp-image-helper/iimagehelperrequest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-image-helper/iimagehelperrequest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-image-helper/imagehelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-image-helper/imagehelper.yml -------------------------------------------------------------------------------- /SP-Framework/sp-list-subscription.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-list-subscription.yml -------------------------------------------------------------------------------- /SP-Framework/sp-list-subscription/icreatesubscriptionsettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-list-subscription/icreatesubscriptionsettings.yml -------------------------------------------------------------------------------- /SP-Framework/sp-list-subscription/ilistsubscription.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-list-subscription/ilistsubscription.yml -------------------------------------------------------------------------------- /SP-Framework/sp-list-subscription/isubscriptioncallbacks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-list-subscription/isubscriptioncallbacks.yml -------------------------------------------------------------------------------- /SP-Framework/sp-list-subscription/listsubscriptionfactory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-list-subscription/listsubscriptionfactory.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/basefieldcustomizer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/basefieldcustomizer.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/baseformcustomizer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/baseformcustomizer.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/baselistviewcommandset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/baselistviewcommandset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/columnaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/columnaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/command.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/command.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/fieldcustomizercontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/fieldcustomizercontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/formcustomizercontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/formcustomizercontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/icolumn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/icolumn.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/icontenttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/icontenttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ifieldcustomizercelleventparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ifieldcustomizercelleventparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ifilter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ifilter.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ifolderinfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ifolderinfo.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/iformcustomizercontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/iformcustomizercontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ilist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ilist.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ilistitem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ilistitem.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ilistviewaccessorstate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ilistviewaccessorstate.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ilistviewcommandsetexecuteeventparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ilistviewcommandsetexecuteeventparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/ilistviewcommandsetlistviewupdatedparameters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/ilistviewcommandsetlistviewupdatedparameters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/irow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/irow.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/iview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/iview.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/listitemaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/listitemaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/listviewaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/listviewaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/listviewaccessorstatechanges.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/listviewaccessorstatechanges.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/listviewcommandsetcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/listviewcommandsetcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/listviewstatechangedeventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/listviewstatechangedeventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/rowaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/rowaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-listview-extensibility/selectedrowschangedeventargs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-listview-extensibility/selectedrowschangedeventargs.yml -------------------------------------------------------------------------------- /SP-Framework/sp-loader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-loader.yml -------------------------------------------------------------------------------- /SP-Framework/sp-loader/iloadscriptoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-loader/iloadscriptoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-loader/spcomponentloader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-loader/spcomponentloader.yml -------------------------------------------------------------------------------- /SP-Framework/sp-lodash-subset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-lodash-subset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-lodash-subset/cancelable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-lodash-subset/cancelable.yml -------------------------------------------------------------------------------- /SP-Framework/sp-lodash-subset/throttlesettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-lodash-subset/throttlesettings.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/componenttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/componenttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/extensiontype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/extensiontype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iadaptivecardextensionmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iadaptivecardextensionmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iadaptivecardextensionmanifestentry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iadaptivecardextensionmanifestentry.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iaiproperties.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iaiproperties.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/icapabilitycollection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/icapabilitycollection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsideapplicationmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsideapplicationmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsideassemblymanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsideassemblymanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidecomponentloaderconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidecomponentloaderconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidecomponentmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidecomponentmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsideextensionmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsideextensionmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidelibrarymanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidelibrarymanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidemanifestbase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidemanifestbase.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidemultiversionmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidemultiversionmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidewebpartmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidewebpartmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidewebpartmanifestentry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidewebpartmanifestentry.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iclientsidewebpartmanifestinstance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iclientsidewebpartmanifestinstance.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/icommanddefinition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/icommanddefinition.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/icommandsetextensionmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/icommandsetextensionmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/icomponentmoduleconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/icomponentmoduleconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iflexiblelayoutsizing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iflexiblelayoutsizing.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iintegritypath.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iintegritypath.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/ilocalizedpathmoduleconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/ilocalizedpathmoduleconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/ilocalizedstring.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/ilocalizedstring.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/imoduleconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/imoduleconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/imoduleconfigurationbase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/imoduleconfigurationbase.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/ipathmoduleconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/ipathmoduleconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabappmanifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabappmanifest.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabappondemandsitescript.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabappondemandsitescript.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabapponinstallsitescript.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabapponinstallsitescript.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabappsitescriptbase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabappsitescriptbase.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabappsitesettingslink.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabappsitesettingslink.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/iprefabapptoolboxentry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/iprefabapptoolboxentry.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/ipreloadoptions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/ipreloadoptions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/isitescriptactionbase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/isitescriptactionbase.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/manifesttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/manifesttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/predefinedgroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/predefinedgroup.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/prefabappsitescript.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/prefabappsitescript.yml -------------------------------------------------------------------------------- /SP-Framework/sp-module-interfaces/sitescripttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-module-interfaces/sitescripttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/_iodatauserid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/_iodatauserid.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatabasepermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatabasepermission.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatachangetoken.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatachangetoken.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatacontenttype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatacontenttype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatacontextwebinformation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatacontextwebinformation.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodataformsclientsideconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodataformsclientsideconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatalist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatalist.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatalistitem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatalistitem.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatanavigationnode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatanavigationnode.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatanavigationnodecollection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatanavigationnodecollection.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatauser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatauser.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodatausercustomaction.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodatausercustomaction.yml -------------------------------------------------------------------------------- /SP-Framework/sp-odata-types/iodataweb.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-odata-types/iodataweb.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/azureactivedirectoryinfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/azureactivedirectoryinfo.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/cultureinfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/cultureinfo.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/ispsystemtime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/ispsystemtime.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/isptimezonedata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/isptimezonedata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/o365groupassociation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/o365groupassociation.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/o365groupassociationtype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/o365groupassociationtype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/page.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/page.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/pagecontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/pagecontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/sharepointpagecontextdataprovider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/sharepointpagecontextdataprovider.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/spdayofweek-typealias.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/spdayofweek-typealias.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/spfield.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/spfield.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/splist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/splist.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/splistitem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/splistitem.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/sppermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/sppermission.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/spsite.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/spsite.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/sptimezone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/sptimezone.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/spuser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/spuser.yml -------------------------------------------------------------------------------- /SP-Framework/sp-page-context/spweb.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-page-context/spweb.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/dynamicdatashareddepth.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/dynamicdatashareddepth.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/idynamicdatasharedpropertyconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/idynamicdatasharedpropertyconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/idynamicdatasharedpropertyfilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/idynamicdatasharedpropertyfilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/idynamicdatasharedsourceconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/idynamicdatasharedsourceconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/idynamicdatasharedsourcefilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/idynamicdatasharedsourcefilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/iguidset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/iguidset.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/imagefit-typealias.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/imagefit-typealias.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipopupwindowprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipopupwindowprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanebuttonprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanebuttonprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanecheckboxprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanecheckboxprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanechoicegroupoption.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanechoicegroupoption.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanechoicegroupoptioniconprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanechoicegroupoptioniconprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanechoicegroupprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanechoicegroupprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypaneconditionalgroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypaneconditionalgroup.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypaneconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypaneconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanecustomfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanecustomfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedebounceproperty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedebounceproperty.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedropdowncalloutprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedropdowncalloutprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedropdownoption.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedropdownoption.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedropdownprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedropdownprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedynamicfieldfilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedynamicfieldfilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedynamicfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedynamicfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedynamicfieldsetprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedynamicfieldsetprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanedynamictextfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanedynamictextfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanefield.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanefield.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanegroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanegroup.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypaneheadingprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypaneheadingprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypaneiconpickerprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypaneiconpickerprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanelabelprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanelabelprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanelinkprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanelinkprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanepage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanepage.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanepageheader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanepageheader.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanesliderprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanesliderprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanespinbuttonprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanespinbuttonprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanetextfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanetextfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanethumbnailpickerprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanethumbnailpickerprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ipropertypanetoggleprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ipropertypanetoggleprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ithumbnail.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ithumbnail.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ithumbnailfabricreacticon.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ithumbnailfabricreacticon.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ithumbnailiconsizeimage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ithumbnailiconsizeimage.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/ithumbnailimage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/ithumbnailimage.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/pagestype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/pagestype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/popupwindowposition.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/popupwindowposition.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/propertypanebuttontype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/propertypanebuttontype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/propertypanedropdownoptiontype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/propertypanedropdownoptiontype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/propertypanefieldtype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/propertypanefieldtype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/propertypaneheadinglevel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/propertypaneheadinglevel.yml -------------------------------------------------------------------------------- /SP-Framework/sp-property-pane/thumbnailtype-typealias.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-property-pane/thumbnailtype-typealias.yml -------------------------------------------------------------------------------- /SP-Framework/sp-search-extensibility.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-search-extensibility.yml -------------------------------------------------------------------------------- /SP-Framework/sp-search-extensibility/basesearchquerymodifier.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-search-extensibility/basesearchquerymodifier.yml -------------------------------------------------------------------------------- /SP-Framework/sp-search-extensibility/iquery.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-search-extensibility/iquery.yml -------------------------------------------------------------------------------- /SP-Framework/sp-search-extensibility/searchquerymodifiercontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-search-extensibility/searchquerymodifiercontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-search-extensibility/searchqueryscenario.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-search-extensibility/searchqueryscenario.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactions.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsbuttonprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsbuttonprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsbuttonv2props.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsbuttonv2props.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionscomboboxprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionscomboboxprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsdropdownoption.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsdropdownoption.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsdropdownoptioniconprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsdropdownoptioniconprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsdropdownprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsdropdownprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsdropdownv2props.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsdropdownv2props.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsfield.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsfield.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionsfieldcommonprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionsfieldcommonprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionssplitprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionssplitprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/itopactionstoggleprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/itopactionstoggleprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-top-actions/topactionsfieldtype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-top-actions/topactionsfieldtype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/_cleardomelementcallback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/_cleardomelementcallback.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/baseclientsidewebpart.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/baseclientsidewebpart.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/basewebpart.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/basewebpart.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/basewebpartcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/basewebpartcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/dynamicdatashareddepth.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/dynamicdatashareddepth.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iagentssdk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iagentssdk.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iclientsidewebpartstatusrenderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iclientsidewebpartstatusrenderer.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/idynamicdatasharedpropertyconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/idynamicdatasharedpropertyconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/idynamicdatasharedpropertyfilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/idynamicdatasharedpropertyfilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/idynamicdatasharedsourceconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/idynamicdatasharedsourceconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/idynamicdatasharedsourcefilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/idynamicdatasharedsourcefilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/imicrosoftteams.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/imicrosoftteams.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypaneaccessor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypaneaccessor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanebuttonprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanebuttonprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanecheckboxprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanecheckboxprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanechoicegroupoption.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanechoicegroupoption.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanechoicegroupoptioniconprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanechoicegroupoptioniconprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanechoicegroupprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanechoicegroupprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypaneconditionalgroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypaneconditionalgroup.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypaneconfiguration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypaneconfiguration.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanecustomfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanecustomfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedropdowncalloutprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedropdowncalloutprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedropdownoption.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedropdownoption.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedropdownprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedropdownprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedynamicfieldfilters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedynamicfieldfilters.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedynamicfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedynamicfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedynamicfieldsetprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedynamicfieldsetprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanedynamictextfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanedynamictextfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanefield.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanefield.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanegroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanegroup.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanelabelprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanelabelprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanelifecycleeventcallback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanelifecycleeventcallback.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanelifecycleeventdata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanelifecycleeventdata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanelinkprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanelinkprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanepage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanepage.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanepageheader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanepageheader.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanesliderprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanesliderprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanetextfieldprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanetextfieldprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/ipropertypanetoggleprops.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/ipropertypanetoggleprops.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/isdks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/isdks.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iserializedwebpartdata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iserializedwebpartdata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iwebpartcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iwebpartcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iwebpartdata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iwebpartdata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iwebpartpropertiesmetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iwebpartpropertiesmetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/iwebpartpropertymetadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/iwebpartpropertymetadata.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/propertypanebuttontype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/propertypanebuttontype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/propertypanedropdownoptiontype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/propertypanedropdownoptiontype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/propertypanefieldtype.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/propertypanefieldtype.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/webpartcontext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/webpartcontext.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/webpartformfactor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/webpartformfactor.yml -------------------------------------------------------------------------------- /SP-Framework/sp-webpart-base/webpartisolationlevel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/sp-webpart-base/webpartisolationlevel.yml -------------------------------------------------------------------------------- /SP-Framework/spfx-toc/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/spfx-toc/toc.yml -------------------------------------------------------------------------------- /SP-Framework/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/SP-Framework/toc.yml -------------------------------------------------------------------------------- /ThirdPartyNotices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/ThirdPartyNotices -------------------------------------------------------------------------------- /generate-docs/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | yaml 3 | -------------------------------------------------------------------------------- /generate-docs/GenerateDocs.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/GenerateDocs.cmd -------------------------------------------------------------------------------- /generate-docs/json/decorators.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/decorators.api.json -------------------------------------------------------------------------------- /generate-docs/json/recopy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/recopy.bat -------------------------------------------------------------------------------- /generate-docs/json/sp-application-base.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-application-base.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-component-base.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-component-base.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-core-library.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-core-library.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-diagnostics.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-diagnostics.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-dialog.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-dialog.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-dynamic-data.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-dynamic-data.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-extension-base.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-extension-base.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-http.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-http.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-list-subscription.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-list-subscription.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-listview-extensibility.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-listview-extensibility.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-loader.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-loader.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-lodash-subset.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-lodash-subset.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-module-interfaces.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-module-interfaces.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-odata-types.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-odata-types.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-page-context.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-page-context.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-property-pane.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-property-pane.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-search-extensibility.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-search-extensibility.api.json -------------------------------------------------------------------------------- /generate-docs/json/sp-webpart-base.api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharePoint/sp-dev-docs-ref-typescript/HEAD/generate-docs/json/sp-webpart-base.api.json --------------------------------------------------------------------------------