When prop value changes you can change some other prop's value.
interface onValueChange { noEmit?: boolean, updateDependencyValue?: { mode?: 'set' | 'patch' key: string, onLinked?: boolean; condition?: { onLinked?: boolean; $eval: string }, value: { onLinked?: boolean; $eval?: string const?: any default?: true } }[] }
Last updated 4 years ago
Was this helpful?