8. xpidlで使える属性
? こっちはweidlより少ないですAttribute Interpretation
uuid(12345678-
fedc-ba98-7654-
0123456789ab)
This is the internal way this interface is accessed; it must be
unique, and the uuid must be changed anytime any part of
the interface or its ancestors are changed. For instructions on
how to generate an UUID see Generating GUIDs.
builtinclass
JavaScript classes are forbidden from implementing this
interface. All children must also be marked with this property.
function
The JavaScript implementation of this interface may be a
function that is invoked on property calls instead of an object
with the given property
scriptable
This interface is usable by JavaScript classes. Must inherit
from a scriptable interface.
deprecated
This interface should no longer be used. The compiler will
emit warnings if you attempt to use this.