@joint/react
    Preparing search index...

    Interface BaseAttributes

    interface BaseAttributes {
        angle?: number;
        attrs?: Selectors;
        data?: unknown;
        layer?: string;
        markup?: string | MarkupJSON;
        position?: PlainPoint;
        size?: Size;
        z?: number;
        [key: string]: any;
    }

    Hierarchy

    • Attributes
      • BaseAttributes

    Indexable

    • [key: string]: any
    Index

    Properties

    angle?: number
    attrs?: Selectors
    data?: unknown
    layer?: string
    markup?: string | MarkupJSON
    position?: PlainPoint
    size?: Size
    z?: number