Skip to content

TProperty

Overview

Type TProperty

See comments in Property.ts / TinyProperty.ts

import type { TProperty } from 'scenerystack/axon';

StrictOmit<TReadOnlyProperty<T>, "value"> & { }

Source Code

See the source for TProperty.ts in the axon repository.