- useOUIAProps(componentType, id?, ouiaSafe?, variant?): {
data-ouia-component-id: OuiaId;
data-ouia-component-type: string;
data-ouia-safe: boolean;
} Parameters
- componentType: string
Optional
id: OuiaIdOptional
ouiaSafe: booleanOptional
variant: string
Returns {
data-ouia-component-id: OuiaId;
data-ouia-component-type: string;
data-ouia-safe: boolean;
}
data-ouia-component-id: OuiaId
data-ouia-component-type: string
data-ouia-safe: boolean
Hooks version of the getOUIAProps function that also memoizes the generated ID Can only be used in functional components