Graphora API
    Preparing search index...

    Interface RenderThemeInput

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