Type Alias ActiveLabelContext

ActiveLabelContext: {
    labels: TextEditableCell[];
    service: ITextFormatService;
}