reflectComponentType
function
Creates an object that allows to retrieve component metadata.
API
Usage Notes
function reflectComponentType<C>( component: Type<C>): ComponentMirror<C> | null;
reflectComponentType
ComponentMirror<C> | null
Creates an object that allows to retrieve component metadata.
@returns
ComponentMirror<C> | null
Jump to details