Skip to content

Commit

Permalink
chore: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jun 24, 2024
1 parent 69c7f0e commit 77e5f44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions viewer/reveal.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,12 +863,12 @@ export const DefaultNodeAppearance: {
InFront: NodeAppearance;
Ghosted: NodeAppearance;
Highlighted: {
color?: Color | undefined;
visible?: boolean | undefined;
renderInFront?: boolean | undefined;
renderGhosted?: boolean | undefined;
outlineColor?: NodeOutlineColor | undefined;
prioritizedForLoadingHint?: number | undefined;
color?: Color;
visible?: boolean;
renderInFront?: boolean;
renderGhosted?: boolean;
outlineColor?: NodeOutlineColor;
prioritizedForLoadingHint?: number;
};
};

Expand Down

0 comments on commit 77e5f44

Please sign in to comment.