Type Alias IDBObjectStoreParameters

Source
pub(crate) type IDBObjectStoreParameters = IDBObjectStoreParameters;

Aliased Type§

pub(crate) struct IDBObjectStoreParameters {
    pub autoIncrement: bool,
    pub keyPath: Option<StringOrStringSequence>,
}

Fields§

§autoIncrement: bool§keyPath: Option<StringOrStringSequence>