public X x { get; private init; }
public HeaderStructure Header { get; private init; }
// ...
public CoverPage CoverPage { get; set; }
public X1 x1 { get; set; }
public X2 x2 { get; set; }
public TextContent Title { get; set; }
public TextContent x1 { get; set; }
public TextContent x2 { get; set; }
public string Content { get; set; }
как сделать для первого элемента, который первоначально должен быть подсвечен
ToolBar
а. Так подсветите его что ли...background color
или border color
// source: X.proto
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck
"use strict";
const grpc = require("grpc");
const X_pb = require("./X.js");
const google_protobuf_wrappers_pb = require("google-protobuf/google/protobuf/wrappers_pb.js");
const google_protobuf_timestamp_pb = require("google-protobuf/google/protobuf/timestamp_pb.js");
const XProtoModels_pb = require("./XProtoModels_pb.js");
npm install grpc
отваливаются C++ модули (Там лог файл с ошибками на 5.5к строк)ERROR in ./src/ProtoGenerated/X_grpc_pb.js 9:13-28
Module not found: Error: Can't resolve 'grpc' in 'path/to/X_grpc_pb.js'
а разве само по себе наличие у internal класса пропертей с модификаторами public не является ошибкой