diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 1db7168e90c..62e20a3adea 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -327,6 +327,13 @@ export interface OptionsTopBarButton { * Set the button as a custom component */ component?: { + /** + * Component reference id, Auto generated if empty + */ + id?: string; + /** + * Name of your component + */ name: string; /** * Properties to pass down to the component