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

    Function whfsType

    • Type Parameters

      • const Type extends string & {} | (keyof WHFSTypes)

      Parameters

      • ns: string extends Type ? Type : keyof WHFSTypes

      Returns [Type] extends [keyof WHFSTypes]
          ? WHFSTypeAccessor<
              WHFSTypes[Type<Type>]["GetFormat"],
              WHFSTypes[Type<Type>]["SetFormat"],
              WHFSTypes[Type<Type>]["ExportFormat"],
          >
          : WHFSTypeAccessor<
              InstanceData,
              { [key: string]: CodecImportMemberType },
              { [key: string]: CodecExportMemberType },
          >