Skip to content

Commit

Permalink
Update to 4.28.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dasa committed Nov 13, 2023
1 parent cfd701d commit 45137b5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions typescript/archive/arcgis-js-api-4.28.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97106,13 +97106,13 @@ declare namespace __esri {
*/
export interface EditorVisibleElements {
/**
* Indicates whether to display the "create features" section of the widget in the default view.
* _Since 4.28_.
*
* [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#VisibleElements)
*/
createFeaturesSection?: boolean;
/**
* Indicates whether to display the "edit features" section of the widget in the default view.
* _Since 4.28_.
*
* [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#VisibleElements)
*/
Expand Down Expand Up @@ -99385,7 +99385,14 @@ declare namespace __esri {

constructor(properties?: GroupInputProperties);

initialState: "expanded" | "collapsed";
/**
* Defines if the group should be expanded or collapsed when the form is initially displayed.
*
* @default expanded
*
* [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#initialState)
*/
readonly initialState: "expanded" | "collapsed";
/**
* The field inputs contained within the group.
*
Expand Down Expand Up @@ -99417,7 +99424,6 @@ declare namespace __esri {
}

interface GroupInputProperties extends InputBaseProperties {
initialState?: "expanded" | "collapsed";
/**
* Determines whether or not the group is open/expanded.
*
Expand Down

0 comments on commit 45137b5

Please sign in to comment.