ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > GetCaptionsProperty

GetCaptionsProperty type

Signature:

export declare type GetCaptionsProperty = GetReactCaptionProperty & {
    getCaptions: (translator: Translator, headers: TableHeader[], groupedHeadersIds: number[], dataSource: DataSource) => {
        captions: TableHeaderCaption[];
        sizes?: number[];
    };
};
  • GetCaptionsProperty type
Copyright © 2019 ActiveViam