19declare(strict_types=1);
45 PropertyListing | StandardLink |
Content ...$blocking_conditions
55 PropertyListing | StandardLink |
Content ...$featured_props
63 PropertyListing |
Content ...$main_details
89 PropertyListing | StandardLink |
Content ...$availability
97 PropertyListing |
Content ...$details
112 PropertyListing |
Content ...$personal_status
A component is the most general form of an entity in the UI.
This describes an Entity.
withReactions(Glyph|Tag ... $reactions)
Reactions that are less prominent than Prioritized Reactions go here.
withMainDetails(PropertyListing|Content ... $main_details)
Main Details should provide a quick differentiation or choice on the entity.
withPrioritizedReactions(Glyph|Tag ... $prio_reactions)
Users may directly react to the entity, e.g.
withFeaturedProperties(PropertyListing|StandardLink|Content ... $featured_props)
Some Properties may be of higher relevance than others, be it as very significant properties of the e...
withActions(Shy ... $actions)
Actions are the things you can actually do with the entity, e.g.
withPersonalStatus(PropertyListing|Content ... $personal_status)
Personal Status properties indicate the status of a relation between the current user and the object.
withAvailability(PropertyListing|StandardLink|Content ... $availability)
Properties that could potentially limit a users access to the object belong to this group.
withBlockingAvailabilityConditions(PropertyListing|StandardLink|Content ... $blocking_conditions)
Set (and maybe explain) Blocking Availability Conditions when there is some access restriction for th...
withDetails(PropertyListing|Content ... $details)
Details provide further information about the entity - worth knowing and helpful, but not as signific...