Компоненты для блока скриптов
Это компоненты которые находятся в блоке "script". Ниже я их перечислю:
-
MuKey - если нужно отобразить объект, то для написания ключа объекта используется этот компонент.
-
MuKeyWords - это ключевые слова, в JS таковыми словами являются import, export, const, let, var, fucntion и тд.
-
MuVariable - если нужно отобразить название переменной, то используется этот компонент.
-
MuFunction - если нужно отобразить название функци, то используется этот компонент.
Пример подключения компонентов для блока скриптов:
Components for the script block
These are the components that are in the "script" block. I'll list them below.
-
MuKey - if you need to display an object, then this component is used to write the object's key.
-
MuKeyWords are keywords. In JS, such words are import, export, const, let, var, fucntion, and so on.
-
MuVariable - if you need to display the name of a variable, this component is used.
-
MuFunction - if you need to display the function name, this component is used.
Example of connecting components for a script block:
=
({
: value
});
{
;
}
;
}