Skip to main content

RemoteAtomDefinition

Callable

  • RemoteAtomDefinition<T>(slotId: string, fallbackValue: T, typeGuard: Runtype<T>): RemoteAtomName<T>

  • Type parameters

    • T

    Parameters

    • slotId: string
    • fallbackValue: T
    • typeGuard: Runtype<T>

    Returns RemoteAtomName<T>