Function zng_wgt_data::data_note

source ยท
pub fn data_note(
    child: impl UiNode,
    level: impl IntoVar<DataNoteLevel>,
    note: impl IntoVar<Txt>,
) -> impl UiNode
Expand description

P Insert a data note in the context.

This properties synchronizes the level and note variables with an DATA.annotate entry. If the note is empty the data note is not inserted.