Type alias CyParameters<T>

CyParameters<T>: WithCy<T> & {
    cyCodeBlock?: boolean;
}

All cy properties from WithCy can also be assigned through the story's parameters, which is perhaps more canonical, but messier

Type Parameters

  • T