digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
21 lines (20 loc) • 697 B
JSON
[
{
"name": "role",
"type": "string",
"required": false,
"description": "Used to determine whether a user is logged in or not. Could be set to \"None\" if the user is not logged in"
},
{
"name": "isAdmin",
"type": "boolean",
"required": false,
"description": "Determines whether or not to apply a special css class to the component to give it a different coloured border to the original header component"
},
{
"name": "active",
"type": "string",
"required": false,
"description": "Used to provide a URL/path which should trigger the relevant nav item to set to \"active\""
}
]