OverlayIO.addChildOverlay

Insert overlay content as a child of another.

A child overlay is bound to its parent overlay, so if the parent is removed, the child should be removed too.

interface OverlayIO
nothrow
void
addChildOverlay

Parameters

parent Overlayable

Parent node for the new overlay.

node Overlayable

Child node; overlay to add. Same restrictions apply as for addOverlay.

type OverlayType[]

Type of the overlay as a fallback sequence.

See Also

addOverlay

Meta