Properties

Select

Drop­down menu of tags that can be select­ed one at a time.

prop("Select")
=
Dogs
prop("Select")
    .style(
        "b", "c",
        "blue", "blue_background"
    )prop("Select")
    .style(

        /* Add bold ("b") and code ("c") formatting */
        "b", "c",

        /* Change to blue text with a blue background */
        "blue", "blue_background"
        
    )
=
Dogs