Graphora API
    Preparing search index...

    Interface ResolveNodeStyleInput

    interface ResolveNodeStyleInput {
        attributes?: Readonly<GraphAttributes>;
        baseStyle?: Partial<ResolvedNodeStyle>;
        id: GraphId;
        interaction?: InteractionRenderState;
        interactionStyles?: ResolvedInteractionStyleSet;
        style?: Partial<ResolvedNodeStyle>;
        theme?: ResolvedTheme;
    }
    Index
    attributes?: Readonly<GraphAttributes>
    baseStyle?: Partial<ResolvedNodeStyle>

    Rule-derived base appearance, below item attributes and explicit style.

    interactionStyles?: ResolvedInteractionStyleSet
    style?: Partial<ResolvedNodeStyle>