# Interface: PEMImportOptions ## Table of contents ### Properties - [extractable](key_import.PEMImportOptions.md#extractable) ## Properties ### extractable • `Optional` **extractable**: `boolean` (Web Cryptography API specific) The value to use as [SubtleCrypto.importKey()](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey) `extractable` argument. Default is false.