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"]
  }

Basic Usage

    <adf-aspect-list (valueChanged)="onValueChanged($event)" [nodeId]="nodeId">
    </adf-aspect-list>

Class members

Properties

NameTypeDefault valueDescription
nodeIdstring""Node Id of the node that we want to update

Events

NameTypeDescription
valueChangedEventEmitter<string[]>Emitted every time the user select a new aspect

See also

© 2023 Alfresco Software, Inc. All Rights Reserved.