Interface PerimeterAnchorOptions

Constructor options for a Perimeter Anchor.

interface PerimeterAnchorOptions {
    cssClass?: string;
}

Hierarchy

  • AnchorOptions
    • PerimeterAnchorOptions

Properties

Properties

cssClass?: string

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