AttachmentPanel

abstract fun AttachmentPanel(id: Any, size: IntSize? = null, alignment: AttachmentPanelComponent.Alignment = AttachmentPanelComponent.Alignment.UNSPECIFIED, content: @Composable () -> Unit)

Add attachment by invoking this function

Parameters

id

id for this attachment

size

size for this attachment

alignment

anchor for this attachment

content

composable UI