ActivatedResourceReference interface
Reference to another resource along with its state.
Properties
id | Resource ID. |
is |
Whether the resource is active or inactive NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Resource ID.
id?: string
Property Value
string
isActive
Whether the resource is active or inactive NOTE: This property will not be serialized. It can only be populated by the server.
isActive?: boolean
Property Value
boolean