# Interface: FlowComputed<T>

A computed application state property.

# Type parameters

Name Description
T Type of property.

# Hierarchy

  • FlowComputed

# Methods

# get

get(): T

Get the value of the computed property.

Returns: T