◆ $properties
| array AstrologyFlowElement::$properties | 
Initial value:
= [
        'starSign' => [
            'type' => 'string',
            'description' => "the user's starsign"
        ],
        'hemisphere' => [
            'type' => 'string',
            'description' => "the user's hemisphere"
        ],
        'getLatitude' => [
            'type' => 'javascript',
            'description' => "JavaScript used to get a user's latitude"
        ]
    ]
