diff --git a/typescript/archive/arcgis-js-api-4.28.d.ts b/typescript/archive/arcgis-js-api-4.28.d.ts index 62c61a827..27052942d 100644 --- a/typescript/archive/arcgis-js-api-4.28.d.ts +++ b/typescript/archive/arcgis-js-api-4.28.d.ts @@ -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) */ @@ -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. * @@ -99417,7 +99424,6 @@ declare namespace __esri { } interface GroupInputProperties extends InputBaseProperties { - initialState?: "expanded" | "collapsed"; /** * Determines whether or not the group is open/expanded. *