Audit Widgets
tsm-entity-history
Widget Or Layout: unknown
Value:
{
"title": "History",
"widget": {
"type": "tsm-entity-history"
},
"type": "layout"
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Default: null
Owner type
Key: ownerType
Name: Owner type
Default: null
Additional information
Key: additionalEvents
Name: Additional information
Default: null
Compact
Key: compact
Name: Compact
Default: false
Clickable title
Key: canTitleClickable
Name: Clickable title
Default: false
Examples
Curated configurations from libs/framework/fluent-forms/__fixtures__/widgets/tsm-entity-history/.
Each is a complete validated FluentSchema — copy & adapt for your form.
Gen additional events — gen-additional-events.json
Demonstrates widget.additionalEvents = "exampleValue" on tsm-entity-history.
{
"type": "object",
"title": "tsm-entity-history — Additional information",
"description": "Demonstrates widget.additionalEvents = \"exampleValue\" on tsm-entity-history.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-entity-history",
"additionalEvents": "exampleValue"
}
}
},
"layout": [
"field"
]
}
Gen can title clickable — gen-can-title-clickable.json
Demonstrates widget.canTitleClickable = true on tsm-entity-history.
{
"type": "object",
"title": "tsm-entity-history — Clickable title",
"description": "Demonstrates widget.canTitleClickable = true on tsm-entity-history.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-entity-history",
"canTitleClickable": true
}
}
},
"layout": [
"field"
]
}
Gen compact — gen-compact.json
Demonstrates widget.compact = true on tsm-entity-history.
{
"type": "object",
"title": "tsm-entity-history — Compact",
"description": "Demonstrates widget.compact = true on tsm-entity-history.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-entity-history",
"compact": true
}
}
},
"layout": [
"field"
]
}
Gen owner id — gen-owner-id.json
Demonstrates widget.ownerId = "exampleValue" on tsm-entity-history.
{
"type": "object",
"title": "tsm-entity-history — Owner Id",
"description": "Demonstrates widget.ownerId = \"exampleValue\" on tsm-entity-history.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-entity-history",
"ownerId": "exampleValue"
}
}
},
"layout": [
"field"
]
}
Gen owner type — gen-owner-type.json
Demonstrates widget.ownerType = "exampleValue" on tsm-entity-history.
{
"type": "object",
"title": "tsm-entity-history — Owner type",
"description": "Demonstrates widget.ownerType = \"exampleValue\" on tsm-entity-history.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-entity-history",
"ownerType": "exampleValue"
}
}
},
"layout": [
"field"
]
}
tsm-audit
Widget Or Layout: unknown
Value:
{
"title": "Audit",
"widget": {
"type": "tsm-audit"
},
"type": "layout"
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Default: null
Owner type
Key: ownerType
Name: Owner type
Default: null
Parent privilege
Key: parentPriv
Name: Parent privilege
Default: null
URL address
Key: url
Name: URL address
Default: null
Examples
Curated configurations from libs/framework/fluent-forms/__fixtures__/widgets/tsm-audit/.
Each is a complete validated FluentSchema — copy & adapt for your form.
Gen owner id — gen-owner-id.json
Demonstrates widget.ownerId = "exampleValue" on tsm-audit.
{
"type": "object",
"title": "tsm-audit — Owner Id",
"description": "Demonstrates widget.ownerId = \"exampleValue\" on tsm-audit.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-audit",
"ownerId": "exampleValue"
}
}
},
"layout": [
"field"
]
}
Gen owner type — gen-owner-type.json
Demonstrates widget.ownerType = "exampleValue" on tsm-audit.
{
"type": "object",
"title": "tsm-audit — Owner type",
"description": "Demonstrates widget.ownerType = \"exampleValue\" on tsm-audit.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-audit",
"ownerType": "exampleValue"
}
}
},
"layout": [
"field"
]
}
Gen parent priv — gen-parent-priv.json
Demonstrates widget.parentPriv = "exampleValue" on tsm-audit.
{
"type": "object",
"title": "tsm-audit — Parent privilege",
"description": "Demonstrates widget.parentPriv = \"exampleValue\" on tsm-audit.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-audit",
"parentPriv": "exampleValue"
}
}
},
"layout": [
"field"
]
}
Gen url — gen-url.json
Demonstrates widget.url = "exampleValue" on tsm-audit.
{
"type": "object",
"title": "tsm-audit — URL address",
"description": "Demonstrates widget.url = \"exampleValue\" on tsm-audit.",
"properties": {
"field": {
"type": "layout",
"title": "Field",
"widget": {
"type": "tsm-audit",
"url": "exampleValue"
}
}
},
"layout": [
"field"
]
}