Theia API Documentation v1.65.0
    Preparing search index...

    A contract for widgets that want to store and restore their inner state, between sessions.

    interface StatefulWidget {
        restoreState(oldState: object): void;
        storeState(): undefined | object;
    }

    Implemented by

    Index

    Methods