OptionalActionRibbon action buttons rendered above the list.
Each button can reference functions from CustomScript via
CommandFunction, EnabledFunction, and VisibleFunction.
EnabledFunction and VisibleFunction are re-evaluated on every selection change.
See ActionButton for the full type definition.
OptionalCustomJavaScript code executed in the list web part context.
Supports lifecycle events (onInitComplete, onSelectItem) and
action button functions (CommandFunction, EnabledFunction, VisibleFunction).
See WebParts/ListWP/CustomScript for the full API reference.
OptionalCustomInline CSS injected into the list web part scope. Use it to override default list styling.
Absolute or token-based URL of the SharePoint list to render.
Supports {SiteUrl} token which is resolved at runtime to the current site URL.
OptionalResourcesLocalization resources for button titles, tooltips, and custom script strings.
Each entry targets a specific language via LCID.
Keys are accessible in custom script via tisa.utils.translation("key").
See Form/FormConfig.Resource for the full type definition.
Configuration interface for the List web part.
Example: Minimal configuration
Example: Full configuration with action buttons, resources and custom script