pub fn recording_signal() -> Signal<bool>Expand description
The reactive recording flag: true while recording. Bind a control’s label/style to it (the
showcase’s Record↔Stop button does). The same global handle every call, so reads from any page
track the one signal.