feat: add context to renderConfig

This commit is contained in:
VasilisKalaitzis
2025-11-11 10:02:10 +01:00
parent 7820cf018b
commit d7c1e6f172

View File

@@ -594,6 +594,7 @@ declare namespace stardust {
fields?: stardust.Field[];
extendProperties?: boolean;
properties?: qix.GenericObjectProperties;
context?: stardust.Context;
}
interface LibraryField {