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