InstanceSource | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias InstanceSource

    Generic instance source format

    type InstanceSource = {
        data?: { [key in string]?: CodecImportMemberType };
        whfsType: WHFSTypeName | string;
    }
    Index

    Properties

    Properties

    data?: { [key in string]?: CodecImportMemberType }
    whfsType: WHFSTypeName | string