Skip to content

Commit

Permalink
make interface Tab controls a required property
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed Sep 9, 2020
1 parent b2d5cad commit 5e228d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ declare namespace Office {
/**
* Specifies the controls in the tab, such as menu items, buttons, etc.
*/
controls?: Control[];
controls: Control[];
}
/**
* Represents an individual control or command and the state it should have.
Expand Down
2 changes: 1 addition & 1 deletion types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ declare namespace Office {
/**
* Specifies the controls in the tab, such as menu items, buttons, etc.
*/
controls?: Control[];
controls: Control[];
}
/**
* Represents an individual control or command and the state it should have.
Expand Down

0 comments on commit 5e228d5

Please sign in to comment.