AddNodeOptions¶
Type Alias AddNodeOptions
AddNodeOptions: {
autoExpand?: boolean;
cacheStrategy?: CacheStrategy;
dataURI?: string;
initialProperties?: InitialNodeProperties;
label?: string;
mimeType?: string;
parentId?: number;
}
autoExpand?: boolean;
cacheStrategy?: CacheStrategy;
dataURI?: string;
initialProperties?: InitialNodeProperties;
label?: string;
mimeType?: string;
parentId?: number;
}
Type declaration
OptionalautoExpand?: booleanOptionalcacheStrategy?: CacheStrategySpecifies the strategy which is used when a data cache is requested from the instant3Dhub.
OptionaldataURI?: stringSpecifies the URI to the data resource.
OptionalinitialProperties?: InitialNodePropertiesSpecifies initialProperties of the added Node.
Optionallabel?: stringSpecifies a custom label for the added Node.
OptionalmimeType?: stringSpecifies the mime type of the data resource.
Per default the mime type is automatically detected and an override is only necessary in special cases. Valid mime types can be retrieved from the requestSupportedContentTypes method.
OptionalparentId?: numberSpecifies the parent Node ID of the added Node.
The autoExpand flag can be used to automatically expand the added Node to allow direct interaction with the underlying data.