This component will show in an expandable row list with checkboxes all the aspect of a node, if a node id is given, or otherwise a complete list. The aspect are filtered via the app.config.json in this way :
"aspect-visible": {
"default" : ["as:aspectThatWillBeShowedIfPresent"]
}
<adf-aspect-list (valueChanged)="onValueChanged($event)" [nodeId]="nodeId">
</adf-aspect-list>
Name | Type | Default value | Description |
---|---|---|---|
nodeId | string | "" | Node Id of the node that we want to update |
Name | Type | Description |
---|---|---|
valueChanged | EventEmitter <string[]> | Emitted every time the user select a new aspect |
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.