Graphora API
    Preparing search index...

    Interface InteractionItemStyleInput

    interface InteractionItemStyleInput {
        edge?: EdgeStyleInput;
        label?: Partial<ResolvedLabelStyle>;
        node?: Partial<ResolvedNodeStyle>;
    }
    Index
    label?: Partial<ResolvedLabelStyle>
    node?: Partial<ResolvedNodeStyle>