Skip to content

@livefolio/sdk / FeatureKind

Type Alias: FeatureKind

FeatureKind = FeatureSpec["kind"]

Defined in: features/spec.ts:40

String literal union of all valid feature kind values derived from FeatureSpec.

Useful for typing registry keys and dispatch tables without manually listing all variants: 'price' | 'sma' | 'ema' | 'rsi' | 'return' | 'volatility' | 'drawdown'.

Released under the MIT License.