TreeINFO-For-M365 documentation
Preparing search index...
WebParts/ListWP
ListScriptApi
Interface ListScriptApi
tisa
is globally defined API, that lets you interact with the list webpart.
interface
ListScriptApi
{
context
:
WebPartContext
;
helpers
:
{
getExpressionValue
:
(
expression
:
string
,
values
?:
Record
<
string
,
unknown
>
)
=>
string
}
;
list
:
ListService
;
log
:
ILogService
;
user
:
User
;
utils
:
Utils
;
workflow
:
Workflow
;
}
Index
Properties
context
helpers
list
log
user
utils
workflow
Properties
context
context
:
WebPartContext
helpers
helpers
:
{
getExpressionValue
:
(
expression
:
string
,
values
?:
Record
<
string
,
unknown
>
)
=>
string
}
list
list
:
ListService
log
log
:
ILogService
user
user
:
User
utils
utils
:
Utils
workflow
workflow
:
Workflow
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
helpers
list
log
user
utils
workflow
TreeINFO-For-M365 documentation
Loading...
tisais globally defined API, that lets you interact with the list webpart.