Skip to main content
Version: Current

foundation-testing.componentcontext

Home > @genesislcap/foundation-testing > ComponentContext

ComponentContext interface

Component suite context interface

Signature:

export interface ComponentContext<TElement = HTMLElement> extends Pick<Fixture<TElement>, 'element' | 'disconnect'> 

Extends: Pick<Fixture<TElement>, 'element' | 'disconnect'>

Properties

PropertyModifiersTypeDescription
containerContainer
designSystemDesignSystem
runCasesRunCases