Interface TSCTypeAccessors.ObjectType

All Superinterfaces:
TSCTypeAccessors, TSCTypeAccessors.TypeWrapper, TSCV8Backed, TSCV8Backed.Wrapper
All Known Subinterfaces:
TSCTypeAccessors.InterfaceType, TSCTypeAccessors.TypeReference
All Known Implementing Classes:
TSCTypeAccessors.InterfaceType.Impl, TSCTypeAccessors.ObjectType.Impl, TSCTypeAccessors.TypeReference.Impl
Enclosing interface:
TSCTypeAccessors

public static interface TSCTypeAccessors.ObjectType extends TSCTypeAccessors.TypeWrapper
  • Method Details

    • getProperties

      @Nullable default List<TSCSymbol> getProperties()
    • getCallSignatures

      @Nullable default List<TSCSignature> getCallSignatures()
    • getConstructSignatures

      @Nullable default List<TSCSignature> getConstructSignatures()
    • getIndexInfos

      @Nullable default List<TSCIndexInfo> getIndexInfos()
    • getObjectTypeWithoutAbstractConstructSignatures

      @Nullable default TSCTypeAccessors.ObjectType getObjectTypeWithoutAbstractConstructSignatures()