コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >isVariableBackedParameterModel
isVariableBackedParameterModel() 関数
指定されたオブジェクトが変数ホルダーであるかどうかを返します。
署名:
export declare function isVariableBackedParameterModel(param: IParameterModel): param is IVariableBackedParameterModel;
パラメータ
戻り値:
パラメータが IVariableBackedParameterModel である
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["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"]]