diff --git a/js/src/common/Component.ts b/js/src/common/Component.ts index 8bb7746dd..02c0041f6 100644 --- a/js/src/common/Component.ts +++ b/js/src/common/Component.ts @@ -129,6 +129,8 @@ export default abstract class Component implemen /** * Initialize the component's attrs. + * + * This can be used to assign default values for missing, optional attrs. */ protected static initAttrs(attrs: T): void {} }