wrapperBuilder property

TransitionBuilder? wrapperBuilder
final

Optional wrapper that will be inserted above the whole storybook content, including panel.

E.g. ContentsPlugin uses this builder to add side panel.

Implementation

final TransitionBuilder? wrapperBuilder;