Skip to content

Interface: ComputedRef<T>

Extends

  • BaseComputedRef<T>

Type Parameters

Type ParameterDefault type
Tany

Properties

PropertyModifierTypeDescriptionOverridesInherited from
[ComputedRefSymbol]publictrue--BaseComputedRef.[ComputedRefSymbol]
[RefSymbol]publictrueType differentiator only. We need this to be in public d.ts but don't want it to show up in IDE autocomplete, so we use a private Symbol instead.-BaseComputedRef.[RefSymbol]
effectpublicComputedRefImplDeprecated computed no longer uses effect-BaseComputedRef.effect
valuereadonlyT-BaseComputedRef.value-