Type alias UnknownPCDInitArgs

UnknownPCDInitArgs: undefined | {
    verifyBehavior?: "valid" | "invalid" | "error";
}

Interface containing the arguments that 3rd parties use to initialize this PCD package.

Type declaration

  • Optional verifyBehavior?: "valid" | "invalid" | "error"

    Indicates the default behavior for verifying a PCD. Default behavior if undefined is to throw an exception since UnknownPCD doesn't know if the contained PCD is inherently valid or not.

Generated using TypeDoc