HoopsMarkupViewElement

class wvc.HoopsMarkupViewElement()

Renders one redline markup view and its items.

Examples

<hoops-markup-view uuid="view-1"></hoops-markup-view>

Custom Element

hoops-markup-view

Attributes

uuid

Identifier of the markup view to render

Events

hoops-delete-redline

Emitted when a markup item deletion is requested

Services

RedlineService

Service used to retrieve and mutate redlines

Since

2025.7.0

Index

Constructors

Properties

Constructors

wvc.HoopsMarkupViewElement.constructor()
HoopsMarkupViewElement(): HoopsMarkupViewElement

Returns: HoopsMarkupViewElement

Properties

wvc.HoopsMarkupViewElement.itemFilter
itemFilter: (item: { id: string, type: string }) => boolean
wvc.HoopsMarkupViewElement.uuid
uuid: string
wvc.HoopsMarkupViewElement.redlineService

optional

redlineService: IRedlineService