Interface

ResourceJSON

ResourceJSON

Members

Array.<PropertyJSON>

# editProperties

Properties which should be visible on the edit view

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 47

Array.<PropertyJSON>

# filterProperties

Properties which should be visible on the filter

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 57

string

# href

url to a resource list action

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 20

Array.<PropertyJSON>

# listProperties

Properties which should be visible on the list

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 42

object

# parent

Resource parent - visible on the sidebar

Properties:
Name Type Description
name string

Parent name

icon string

Parent icon

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 25

Array.<ActionJSON>

# resourceActions

All actions available for entire resource

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 37

Array.<PropertyJSON>

# showProperties

Properties which should be visible on the show view

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 52

PropertyJSON

# titleProperty

Property which should be treated as a Main property

View Source admin-bro/src/backend/decorators/resource-json.interface.ts, line 32