Action
    Preparing search index...

    Interface PropertyGet<TKey, TValue>

    Getter of an indexed property.

    interface PropertyGet<TKey, TValue> {
        get(key: TKey | JsType<TKey>): JsType<TValue> | null;
    }

    Type Parameters

    • TKey

      The type of the property key.

    • TValue

      The type of the property value.

    Index

    Methods

    Methods