Skip to content

Commit

Permalink
feat(hub-common): add collapse to IHubTimeline
Browse files Browse the repository at this point in the history
affects: @esri/hub-common
  • Loading branch information
vivzhang committed Oct 10, 2022
1 parent 1f6e7bb commit 4b8a00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/core/types/IHubTimeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface IHubTimeline {
title: string;
description: string;
stages: IHubStage[];
collapse: boolean;
}

/**
Expand Down

0 comments on commit 4b8a00b

Please sign in to comment.