Properties

name

Extension name

name: string

getProps

Returns the current props

getProps: () => { [key: string]: any; }

setProps

Sets new props

setProps: (newProps: { [key: string]: any; }) => void

getPropertyKeys

Returns the property keys available on this extension

getPropertyKeys: () => string[]

destroy

Cleans up the extension

destroy: () => void