UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

10 lines (9 loc) 276 B
import { UpdateEntityCommentOrLabel } from "./update-entity-comment-or-label"; /** * @category Model V2 */ export declare class UpdateResourcePropertyGuiElement extends UpdateEntityCommentOrLabel { guiElement?: string; guiAttributes?: string[]; constructor(); }