Interface PerimeterAnchorOptions

Constructor options for a Perimeter Anchor.

interface PerimeterAnchorOptions {
    cssClass?: string;
}

Hierarchy (view full)

Properties

Properties

cssClass?: string

Optional css class that will be applied to any DOM element for an endpoint using this anchor.

Version :