Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
kepler
KeplerRedactionResult
Interface KeplerRedactionResult<T>
Experimental
interface
KeplerRedactionResult
<
T
>
{
redacted
:
boolean
;
redactions
:
readonly
KeplerRedaction
[]
;
state
:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
redacted
redactions
state
Properties
Readonly
Experimental
redacted
redacted
:
boolean
Readonly
Experimental
redactions
redactions
:
readonly
KeplerRedaction
[]
Readonly
Experimental
state
state
:
T
Deep copy of the input with every credential removed.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
redacted
redactions
state
@honua/sdk-js
Loading...
Deep copy of the input with every credential removed.