pub fn lazy<F>(f: F) -> PropBuilder<F, SetLazy<Empty>>Expand description
This prop should only be rendered if explicitly requested in a partial reload, and be null otherwise.
This can only be used on props which return an Option.
pub fn lazy<F>(f: F) -> PropBuilder<F, SetLazy<Empty>>This prop should only be rendered if explicitly requested in a partial reload, and be null otherwise.
This can only be used on props which return an Option.