{ "id": "api/elements/WithProperties", "title": "WithProperties", "contents": "\n\n
\n
\n
\n \n API > @angular/elements\n
\n \n
\n \n
\n

WithPropertieslink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

Additional type information that can be added to the NgElement class,\nfor properties that are added based\non the inputs and methods of the underlying component.

\n\n \n
\n \n \n \n
\n \n type WithProperties<P> = {\n [property in keyof P]: P[property];\n};\n \n
\n\n \n\n \n \n\n \n\n\n
\n
\n\n\n" }