@joint/react
    Preparing search index...

    Interface MaskHighlighterProps

    interface MaskHighlighterProps {
        children?: ReactNode;
        isHidden?: boolean;
        layer?: string;
        padding?: number;
        selector?: string;
    }

    Hierarchy

    • SVGProps<SVGPathElement>
    • PropsWithChildren
      • MaskHighlighterProps
    Index

    Properties

    children?: ReactNode

    Child elements to render inside the mask.

    isHidden?: boolean

    If the highlighter is disabled or not.

    layer?: string

    The layer on which the mask will be rendered.

    padding?: number

    The space between the stroke and the element

    selector?: string

    A CSS selector string for targeting elements.