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

    Function whfsType

    • Type Parameters

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

      Parameters

      • ns: string extends Type ? Type : keyof WHFSTypes

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