Home > @activeviam/activeui-sdk > GetCaptionProperty
GetCaptionProperty type
Signature:
export declare type GetCaptionProperty = GetReactCaptionProperty & {
getCaption: (translator: Translator, headers: TableHeader[], groupedHeadersIds: number[], dataSource: DataSource) => TranslationResult;
};