Graphora API
    Preparing search index...

    Interface ResolveLabelStyleInput

    interface ResolveLabelStyleInput {
        attributes?: Readonly<GraphAttributes>;
        baseStyle?: Partial<ResolvedLabelStyle>;
        interaction?: InteractionRenderState;
        interactionStyles?: ResolvedInteractionStyleSet;
        ownerId: GraphId;
        ownerType: RenderItemKind;
        style?: Partial<ResolvedLabelStyle>;
        theme?: ResolvedTheme;
    }
    Index
    attributes?: Readonly<GraphAttributes>
    baseStyle?: Partial<ResolvedLabelStyle>

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

    interactionStyles?: ResolvedInteractionStyleSet
    ownerId: GraphId
    ownerType: RenderItemKind
    style?: Partial<ResolvedLabelStyle>