This interface represents a type that can be bound in a document.
interface IBindType {
// Properties
readonly ${name}: string;
readonly ${filename}: string;
}
// This interface is not available in managed environment
// This interface is not available in native environment
readonly name: string;
// This property is not available in managed environment
// This property is not available in native environment
Specifies type name. Corresponding type must be marked as public.
readonly filename: string;
// This property is not available in managed environment
// This property is not available in native environment
Full path to the structure definition file.