@feng3d/reactivity
Preparing search index...
Computed
Interface Computed<T>
计算属性接口。
定义了计算属性的基本结构:
value: 计算属性的当前值
ComputedSymbol: 用于标识这是一个计算属性
interface
Computed
<
T
=
any
>
{
"[ComputedSymbol]"
:
true
;
value
:
T
;
}
Type Parameters
T
=
any
Hierarchy (
View Summary
)
Computed
ComputedReactivity
Index
Properties
[
Computed
Symbol]
value
Properties
[
Computed
Symbol]
"[ComputedSymbol]"
:
true
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
Computed
Symbol]
value
@feng3d/reactivity
Loading...
计算属性接口。
定义了计算属性的基本结构: