UserInputParam<T>: {
    allowCustomInput?: boolean;
    customInputConstraints?: CustomInputConstraints;
    customInputPlaceholder?: string;
    defaultValue: string | number;
    description: string;
    kind: ValueType;
    name: string;
    options: (string | number)[];
    prefixAndSuffix?: PrefixAndSuffix;
    uiType: T;
}

Type Parameters

radio or button (scalable). Define what component should be rendered in Card topic subscription view.

The value for default alert subscription