Type Alias: CustomEventNumberConfig

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / CustomEventNumberConfig

Type Alias: CustomEventNumberConfig

type CustomEventNumberConfig: {
  description: null | string;
  image: null | string;
  label: null | string;
  name: string;
 } & {
  type: "number";
  validation: {
     max: null | number;
     min: null | number;
    };
};

Custom event config type for number properties

Type declaration

Type declaration

Defined in

types/custom-events/events.ts:109

Last updated