OptionalcontextSPFx component context. Provides access to the SharePoint page context, current user, site, web, and other SPFx runtime information.
Provides access to properties of the current item.
Form service.
Helpers service is used to provide various helper functions. You can use this service to get the value of an expression using the expression evaluator. Expression evaluator is a service that is used to evaluate expressions in the script, e.g. {WebUrl} will be evaluated to the web url of the current site.
Log service is used to log messages to the console and application insights. You can use different types of logs, like error, warning, info, debug, trace. And also show a toast message with the logged message. For more details, see Log.
Provides quick access to SharePoint page context values (current web, site, and list).
Shorthand alternative to tisa.context.pageContext.web.* / tisa.context.pageContext.list.*.
For more details, see Page.
SPFI is the PnPjs SharePoint Fluent Interface. Use it to interact with SharePoint REST APIs.
User service is used to get information about the current user. For more details, see User.
Utils service is used to provide various utility functions. You can use this service to translate text, add a toast message, add a dialog message, run a function with a loader overlay, and make an HTTP request.
Workflow service is used to interact with the workflow and provide methods for workflow configuration objects. For more details, see Workflow.
This is the script API for managing forms. Use common namespace
tisafor all script APIs.Example
Example
Example