An ID that represents a properties set.
Defined in <SDL3/SDL_properties.h>
typedef Uint32 SDL_PropertiesID;
This datatype is available since SDL 3.2.0.
While this looks like an integer to the application, SDL properties are actually key/value stores that can manage sets of information with multiple datatypes.
Please refer to CategoryProperties for all the details.