Home > @unseenco/backstage-core > ISheetObject > reconfigure
ISheetObject.reconfigure() method
Replace this object's prop config. Props removed from config disappear from the Studio details pane; historic statics/tracks for those paths are stripped. Same effect as sheet.object(key, config, {reconfigure: true}).
Signature:
typescript
reconfigure(config: UnknownShorthandCompoundProps, opts?: {
transient?: readonly TransientPropPath[];
static?: readonly StaticPropPath[];
}): void;Parameters
| Parameter | Type | Description |
|---|---|---|
| config | UnknownShorthandCompoundProps | |
| opts | { transient?: readonly TransientPropPath\[\]; static?: readonly StaticPropPath\[\]; } |
Returns:
void