<template> 
 | 
    <c-lex-custom-attachment-type-comp 
 | 
        type-value={typeAttributes.typeValue} 
 | 
        type-options={typeAttributes.typeOptions} 
 | 
        record-id={typeAttributes.recordId} 
 | 
        is-disabled-attachment={typeAttributes.isDisabledAttachment} 
 | 
        ontypechange={handleDataChange} 
 | 
    > 
 | 
    </c-lex-custom-attachment-type-comp> 
 | 
</template> 
 |