Function useAppBranchStateQuery
- useAppBranchStateQuery(params): ApiQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData> Parameters
- params: {
appId: string;
appBranchId: string;
appBranchProfile?: string;
}appId: string
appBranchId: string
Optional
appBranchProfile?: string
Returns ApiQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>
- useAppBranchStateQuery(params): undefined | ApiQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData> Parameters
- params: undefined | {
appId: string;
appBranchId: string;
appBranchProfile?: string;
}
Returns undefined | ApiQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>