Skip to main content
Version: 23.2.0

Target.type() 方法

¥Target.type() method

确定这是什么类型的目标。

¥Identifies what kind of target this is.

签名

¥Signature

class Target {
abstract type(): TargetType;
}

Returns:

TargetType

备注

¥Remarks

有关背景页面的更多信息,请参阅 docs

¥See docs for more info about background pages.