Skip to content

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

ParameterTypeDescription
configUnknownShorthandCompoundProps
opts{ transient?: readonly TransientPropPath\[\]; static?: readonly StaticPropPath\[\]; }

Returns:

void