Skip to content

Commit

Permalink
Fix: ComponentParamCollection needs numItems and length property to (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
galaddirie authored Dec 13, 2023
1 parent 66d6535 commit e377594
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Premiere/15.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,16 @@ declare class Encoder {
*
*/
declare class ComponentParamCollection {
/**Number of items
*
*/
readonly numItems: number
/**Number of items
*
*/
readonly length: number;


bind(eventName: string, function_: any): void
clearProperty(propertyKey: string): void
doesPropertyExist(propertyKey: string): boolean
Expand Down

0 comments on commit e377594

Please sign in to comment.