@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'.