Documentation
    Preparing search index...

    Creates a WritableSignal in an "error" state.

    If .get() is called before the Signal's value is updated, then error is thrown.

    interface WritableSignalStaticThrownTrait {
        thrown<GValue>(
            error: unknown,
            options?: SignalOptions<GValue>,
        ): WritableSignalTrait<GValue>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods