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

    Function openType

    • Type Parameters

      • Type extends keyof WHFSTypes

      Parameters

      Returns WHFSTypeAccessor<
          WHFSTypes[Type]["GetFormat"],
          WHFSTypes[Type]["SetFormat"],
          WHFSTypes[Type]["ExportFormat"],
      >

      With WH5.9+ just use whfsType() as this call isn't really opening anything until a method is called

    • Type Parameters

      • GetFormat extends object = Record<string, unknown>

      Parameters

      • ns: string

      Returns WHFSTypeAccessor<GetFormat, GetFormat, GetFormat>

      With WH5.9+ just use whfsType() as this call isn't really opening anything until a method is called