interface AttributeWithPath {
    attribute: AnyAttributeServer<any>;
    path: AttributePath;
}

Properties

Properties

attribute: AnyAttributeServer<any>