IDBObjectStoreParameters.keyPath

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void keyPath(Optional!(T0) keyPath)
    struct IDBObjectStoreParameters
    nothrow
    void
    keyPath
    (
    T0
    )
    (
    scope auto ref Optional!(T0) keyPath
    )
    if (
    isTOrPointer!(T0, SumType!(string, Sequence!(string)))
    )
  2. auto keyPath()

Meta