Documentation

show()

Sets the content to be shown or hidden, either from a view builder or a binding.

show(
content: ViewBuilder | (() => ViewBuilder) | Binding<View | undefined>,
propagateInsertedEvents?: boolean,
): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related