@joint/react
    Preparing search index...

    Interface OpacityHighlighterProps

    interface OpacityHighlighterProps {
        alphaValue: number;
        isHidden?: boolean;
    }

    Hierarchy

    • PropsWithChildren
      • OpacityHighlighterProps
    Index

    Properties

    alphaValue: number

    Opacity value between 0-1

    1
    
    isHidden?: boolean

    If the highlighter is disabled or not.