透過集合功能整理內容
你可以依據偏好儲存及分類內容。
封鎖 >isVariableBackedParameterModel
isVariableBackedParameterModel() 函式
傳回指定物件是否為變數容器。
Signature:
export declare function isVariableBackedParameterModel(param: IParameterModel): param is IVariableBackedParameterModel;
參數
傳回:
參數是 IVariableBackedParameterModel
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["The `isVariableBackedParameterModel()` function determines if a given object is a variable holder. It accepts a parameter of type `IParameterModel` and returns a boolean indicating whether this parameter is also of type `IVariableBackedParameterModel`. The function's core action is to check the type of the input `param` against the `IVariableBackedParameterModel` interface, providing a true/false answer regarding its variable-holding capability.\n"]]