Resourceparam

ResourceParam interface

Resource Params need to be initialized using $Param.Resource

Signature:

export interface ResourceParam extends AbstractParam 

Extends: AbstractParam

Example

@Param() myAudio = $Param.Resource("audio")

Properties

Property

Modifiers

Type

Description

required?

boolean

(Optional)

type?

"resource"

(Optional)

typeof?

string | any

(Optional)