Type Alias: CustomEventStringConfig

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / CustomEventStringConfig

Type Alias: CustomEventStringConfig

type CustomEventStringConfig: {
  description: null | string;
  image: null | string;
  label: null | string;
  name: string;
 } & {
  type: "string";
  validation: {
     match: null | string;
     required: null | boolean;
    };
};

Custom event config type for string properties

Type declaration

Type declaration

Defined in

types/custom-events/events.ts:102

Last updated