Debug: Node demo-invoice-123@webapp/interface-invoice@1.0.0

Acme CorpCustomer Invoice #INV-2024-001

Template: invoice

This is a generated template. Customize this component to display your content.

Data

{
  "message": "Hello from invoice interface!",
  "nodeUUID": "demo-invoice-123",
  "timestamp": "2026-01-15T03:57:36.560Z",
  "user": {
    "id": "demo-user-123",
    "email": "demo@example.com",
    "name": "Demo User",
    "roles": [
      "admin",
      "finance.read",
      "finance.admin",
      "ops.read",
      "compliance.approve",
      "survey.participant",
      "user.read",
      "interface.view"
    ]
  }
}

Configuration

{
  "title": "Customer Invoice #INV-2024-001",
  "currency": "USD",
  "dueDate": "2024-10-15"
}