File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,15 @@ import {
5151 RvModelServiceApi ,
5252 MaterialSymbolOptions ,
5353 RvNativeAttributeApi ,
54+ RvCodeAttributeApi ,
5455} from "oflow-interface" ;
5556import type { FunctionComponent } from "react" ;
5657
5758export let rvLocationAttribute : RvLocationAttributeApi
5859export let rvLabelAttribute : RvLabelAttributeApi
5960export let rvLoopAttribute : RvLoopAttributeApi
6061export let rvNativeAttribute : RvNativeAttributeApi
62+ export let rvCodeAttribute : RvCodeAttributeApi
6163
6264export let spaceService : SpaceServiceApi
6365export let statusService : StatusServiceApi
@@ -163,6 +165,7 @@ export function loadApi() {
163165 rvLabelAttribute = api . services . attributes . rvLabelAttribute
164166 rvLoopAttribute = api . services . attributes . rvLoopAttribute
165167 rvNativeAttribute = api . services . attributes . rvNativeAttribute
168+ rvCodeAttribute = api . services . attributes . rvCodeAttribute
166169
167170 spaceService = api . services . main . spaceService
168171 statusService = api . services . main . statusService
You can’t perform that action at this time.
0 commit comments