edifice.Component.register_props

Component.register_props(props)[source]

Register props.

Call this function if you do not use the register_props decorator and you have props to register.

Parameters

props (Mapping[str, Any]) – a dictionary representing the props to register.