Documentation
    Preparing search index...

    Interface Property<RawKey, RawValue, ParsedValue>

    interface Property<RawKey extends string, RawValue, ParsedValue> {
        isProperty: true;
        rawKey: RawKey;
        valueSchema: Schema<RawValue, ParsedValue>;
    }

    Type Parameters

    • RawKey extends string
    • RawValue
    • ParsedValue
    Index

    Properties

    isProperty: true
    rawKey: RawKey
    valueSchema: Schema<RawValue, ParsedValue>